Shades of Copper Rust #995453
Tints of Copper Rust #995453
RGB
CMYK
RGB Variations
Color information
#995453 (or 0x995453) is known color: Copper Rust. HEX triplet: 99, 54 and 53. RGB value is (153,84,83). Sum of RGB (Red+Green+Blue) = 153+84+83=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #995453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995453 is #66ABAC. Grayscale: #686868. Windows color (decimal): -6728621 or 5461145. OLE color: 5461145.
HSL color Cylindrical-coordinate representation of color #995453: hue angle of 0.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995453 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 83 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.4 |
| HSL | 0.86º | 0.3% | 0.46% | - |
| HSV(B) | 0.86º | 0.46% | 0.6% | - |
| XYZ | 17.87 | 13.74 | 9.89 | - |
| YUV | 104.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 83 | 0 | 0.45 | 0.46 | 0.4 | 0.86 | 0.3 | 0.46 |
| Hex | 99 | 54 | 53 | 0 | 2D | 2E | 28 | 1 | 1E | 2E |
| Octal | 231 | 124 | 123 | 0 | 55 | 56 | 50 | 1 | 36 | 56 |
| Binary | 10011001 | 1010100 | 1010011 | 0 | 101101 | 101110 | 101000 | 1 | 11110 | 101110 |
Color Harmonies of #995453
Complementary color
Monochromatic Colors of #995453
Black with #995453
Text Example
Text Example
White with #995453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995453; }
p { color: rgb(153,84,83); }
H1.HeaderClassName
{
color: #995453;
}
.AnyTagClassName
{
color: #995453;
}
</style>
background-color css
<style>
a { background-color: #995453; }
a { background-color: rgb(153,84,83); }
div.DivClassName
{
background-color: #995453;
}
.BgClassName
{
background-color: #995453;
}
</style>
border-color css
<style>
span { border-color: #995453; }
span { border-color: rgb(153,84,83); }
td.TdClassName
{
border-color: #995453;
}
.TagClassName
{
border-color: #995453;
}
</style>