Shades of Copper Rust #9D5049
Tints of Copper Rust #9D5049
RGB
CMYK
RGB Variations
Color information
#9D5049 (or 0x9D5049) is known color: Copper Rust. HEX triplet: 9D, 50 and 49. RGB value is (157,80,73). Sum of RGB (Red+Green+Blue) = 157+80+73=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5049 is #62AFB6. Grayscale: #666666. Windows color (decimal): -6467511 or 4804765. OLE color: 4804765.
HSL color Cylindrical-coordinate representation of color #9D5049: hue angle of 5º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D5049 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 73 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.38 |
| HSL | 5º | 0.37% | 0.45% | - |
| HSV(B) | 5º | 0.54% | 0.62% | - |
| XYZ | 17.98 | 13.39 | 7.94 | - |
| YUV | 102.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 73 | 0 | 0.49 | 0.54 | 0.38 | 5 | 0.37 | 0.45 |
| Hex | 9D | 50 | 49 | 0 | 31 | 36 | 26 | 5 | 25 | 2D |
| Octal | 235 | 120 | 111 | 0 | 61 | 66 | 46 | 5 | 45 | 55 |
| Binary | 10011101 | 1010000 | 1001001 | 0 | 110001 | 110110 | 100110 | 101 | 100101 | 101101 |
Color Harmonies of #9D5049
Complementary color
Monochromatic Colors of #9D5049
Black with #9D5049
Text Example
Text Example
White with #9D5049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5049; }
p { color: rgb(157,80,73); }
H1.HeaderClassName
{
color: #9D5049;
}
.AnyTagClassName
{
color: #9D5049;
}
</style>
background-color css
<style>
a { background-color: #9D5049; }
a { background-color: rgb(157,80,73); }
div.DivClassName
{
background-color: #9D5049;
}
.BgClassName
{
background-color: #9D5049;
}
</style>
border-color css
<style>
span { border-color: #9D5049; }
span { border-color: rgb(157,80,73); }
td.TdClassName
{
border-color: #9D5049;
}
.TagClassName
{
border-color: #9D5049;
}
</style>