Shades of Copper Rust #995952
Tints of Copper Rust #995952
RGB
CMYK
RGB Variations
Color information
#995952 (or 0x995952) is known color: Copper Rust. HEX triplet: 99, 59 and 52. RGB value is (153,89,82). Sum of RGB (Red+Green+Blue) = 153+89+82=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #995952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995952 is #66A6AD. Grayscale: #6B6B6B. Windows color (decimal): -6727342 or 5396889. OLE color: 5396889.
HSL color Cylindrical-coordinate representation of color #995952: hue angle of 5.92º 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 #995952 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 82 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.4 |
| HSL | 5.92º | 0.3% | 0.46% | - |
| HSV(B) | 5.92º | 0.46% | 0.6% | - |
| XYZ | 18.23 | 14.53 | 9.83 | - |
| YUV | 107.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 82 | 0 | 0.42 | 0.46 | 0.4 | 5.92 | 0.3 | 0.46 |
| Hex | 99 | 59 | 52 | 0 | 2A | 2E | 28 | 6 | 1E | 2E |
| Octal | 231 | 131 | 122 | 0 | 52 | 56 | 50 | 6 | 36 | 56 |
| Binary | 10011001 | 1011001 | 1010010 | 0 | 101010 | 101110 | 101000 | 110 | 11110 | 101110 |
Color Harmonies of #995952
Complementary color
Monochromatic Colors of #995952
Black with #995952
Text Example
Text Example
White with #995952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995952; }
p { color: rgb(153,89,82); }
H1.HeaderClassName
{
color: #995952;
}
.AnyTagClassName
{
color: #995952;
}
</style>
background-color css
<style>
a { background-color: #995952; }
a { background-color: rgb(153,89,82); }
div.DivClassName
{
background-color: #995952;
}
.BgClassName
{
background-color: #995952;
}
</style>
border-color css
<style>
span { border-color: #995952; }
span { border-color: rgb(153,89,82); }
td.TdClassName
{
border-color: #995952;
}
.TagClassName
{
border-color: #995952;
}
</style>