Shades of Copper Rust #995049
Tints of Copper Rust #995049
RGB
CMYK
RGB Variations
Color information
#995049 (or 0x995049) is known color: Copper Rust. HEX triplet: 99, 50 and 49. RGB value is (153,80,73). Sum of RGB (Red+Green+Blue) = 153+80+73=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #995049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995049 is #66AFB6. Grayscale: #656565. Windows color (decimal): -6729655 or 4804761. OLE color: 4804761.
HSL color Cylindrical-coordinate representation of color #995049: hue angle of 5.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 #995049 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 73 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.4 |
| HSL | 5.25º | 0.35% | 0.44% | - |
| HSV(B) | 5.25º | 0.52% | 0.6% | - |
| XYZ | 17.21 | 12.99 | 7.9 | - |
| YUV | 101.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 73 | 0 | 0.48 | 0.52 | 0.4 | 5.25 | 0.35 | 0.44 |
| Hex | 99 | 50 | 49 | 0 | 30 | 34 | 28 | 5 | 23 | 2C |
| Octal | 231 | 120 | 111 | 0 | 60 | 64 | 50 | 5 | 43 | 54 |
| Binary | 10011001 | 1010000 | 1001001 | 0 | 110000 | 110100 | 101000 | 101 | 100011 | 101100 |
Color Harmonies of #995049
Complementary color
Monochromatic Colors of #995049
Black with #995049
Text Example
Text Example
White with #995049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995049; }
p { color: rgb(153,80,73); }
H1.HeaderClassName
{
color: #995049;
}
.AnyTagClassName
{
color: #995049;
}
</style>
background-color css
<style>
a { background-color: #995049; }
a { background-color: rgb(153,80,73); }
div.DivClassName
{
background-color: #995049;
}
.BgClassName
{
background-color: #995049;
}
</style>
border-color css
<style>
span { border-color: #995049; }
span { border-color: rgb(153,80,73); }
td.TdClassName
{
border-color: #995049;
}
.TagClassName
{
border-color: #995049;
}
</style>