Shades of Copper Rust #995849
Tints of Copper Rust #995849
RGB
CMYK
RGB Variations
Color information
#995849 (or 0x995849) is known color: Copper Rust. HEX triplet: 99, 58 and 49. RGB value is (153,88,73). Sum of RGB (Red+Green+Blue) = 153+88+73=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #995849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995849 is #66A7B6. Grayscale: #696969. Windows color (decimal): -6727607 or 4806809. OLE color: 4806809.
HSL color Cylindrical-coordinate representation of color #995849: hue angle of 11.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #995849 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 73 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.4 |
| HSL | 11.25º | 0.35% | 0.44% | - |
| HSV(B) | 11.25º | 0.52% | 0.6% | - |
| XYZ | 17.83 | 14.23 | 8.11 | - |
| YUV | 105.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 73 | 0 | 0.42 | 0.52 | 0.4 | 11.25 | 0.35 | 0.44 |
| Hex | 99 | 58 | 49 | 0 | 2A | 34 | 28 | B | 23 | 2C |
| Octal | 231 | 130 | 111 | 0 | 52 | 64 | 50 | 13 | 43 | 54 |
| Binary | 10011001 | 1011000 | 1001001 | 0 | 101010 | 110100 | 101000 | 1011 | 100011 | 101100 |
Color Harmonies of #995849
Complementary color
Monochromatic Colors of #995849
Black with #995849
Text Example
Text Example
White with #995849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995849; }
p { color: rgb(153,88,73); }
H1.HeaderClassName
{
color: #995849;
}
.AnyTagClassName
{
color: #995849;
}
</style>
background-color css
<style>
a { background-color: #995849; }
a { background-color: rgb(153,88,73); }
div.DivClassName
{
background-color: #995849;
}
.BgClassName
{
background-color: #995849;
}
</style>
border-color css
<style>
span { border-color: #995849; }
span { border-color: rgb(153,88,73); }
td.TdClassName
{
border-color: #995849;
}
.TagClassName
{
border-color: #995849;
}
</style>