Shades of Copper Rust #9D5048
Tints of Copper Rust #9D5048
RGB
CMYK
RGB Variations
Color information
#9D5048 (or 0x9D5048) is known color: Copper Rust. HEX triplet: 9D, 50 and 48. RGB value is (157,80,72). Sum of RGB (Red+Green+Blue) = 157+80+72=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5048 is #62AFB7. Grayscale: #666666. Windows color (decimal): -6467512 or 4739229. OLE color: 4739229.
HSL color Cylindrical-coordinate representation of color #9D5048: hue angle of 5.65º 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 #9D5048 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 72 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.38 |
| HSL | 5.65º | 0.37% | 0.45% | - |
| HSV(B) | 5.65º | 0.54% | 0.62% | - |
| XYZ | 17.94 | 13.37 | 7.77 | - |
| YUV | 102.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 72 | 0 | 0.49 | 0.54 | 0.38 | 5.65 | 0.37 | 0.45 |
| Hex | 9D | 50 | 48 | 0 | 31 | 36 | 26 | 6 | 25 | 2D |
| Octal | 235 | 120 | 110 | 0 | 61 | 66 | 46 | 6 | 45 | 55 |
| Binary | 10011101 | 1010000 | 1001000 | 0 | 110001 | 110110 | 100110 | 110 | 100101 | 101101 |
Color Harmonies of #9D5048
Complementary color
Monochromatic Colors of #9D5048
Black with #9D5048
Text Example
Text Example
White with #9D5048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5048; }
p { color: rgb(157,80,72); }
H1.HeaderClassName
{
color: #9D5048;
}
.AnyTagClassName
{
color: #9D5048;
}
</style>
background-color css
<style>
a { background-color: #9D5048; }
a { background-color: rgb(157,80,72); }
div.DivClassName
{
background-color: #9D5048;
}
.BgClassName
{
background-color: #9D5048;
}
</style>
border-color css
<style>
span { border-color: #9D5048; }
span { border-color: rgb(157,80,72); }
td.TdClassName
{
border-color: #9D5048;
}
.TagClassName
{
border-color: #9D5048;
}
</style>