Shades of Copper Rust #9D5856
Tints of Copper Rust #9D5856
RGB
CMYK
RGB Variations
Color information
#9D5856 (or 0x9D5856) is known color: Copper Rust. HEX triplet: 9D, 58 and 56. RGB value is (157,88,86). Sum of RGB (Red+Green+Blue) = 157+88+86=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5856 is #62A7A9. Grayscale: #6C6C6C. Windows color (decimal): -6465450 or 5658781. OLE color: 5658781.
HSL color Cylindrical-coordinate representation of color #9D5856: hue angle of 1.69º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D5856 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 88 | 86 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.38 |
| HSL | 1.69º | 0.29% | 0.48% | - |
| HSV(B) | 1.69º | 0.45% | 0.62% | - |
| XYZ | 19.07 | 14.82 | 10.66 | - |
| YUV | 108.4 | 115.36 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 88 | 86 | 0 | 0.44 | 0.45 | 0.38 | 1.69 | 0.29 | 0.48 |
| Hex | 9D | 58 | 56 | 0 | 2C | 2D | 26 | 2 | 1D | 30 |
| Octal | 235 | 130 | 126 | 0 | 54 | 55 | 46 | 2 | 35 | 60 |
| Binary | 10011101 | 1011000 | 1010110 | 0 | 101100 | 101101 | 100110 | 10 | 11101 | 110000 |
Color Harmonies of #9D5856
Complementary color
Monochromatic Colors of #9D5856
Black with #9D5856
Text Example
Text Example
White with #9D5856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5856; }
p { color: rgb(157,88,86); }
H1.HeaderClassName
{
color: #9D5856;
}
.AnyTagClassName
{
color: #9D5856;
}
</style>
background-color css
<style>
a { background-color: #9D5856; }
a { background-color: rgb(157,88,86); }
div.DivClassName
{
background-color: #9D5856;
}
.BgClassName
{
background-color: #9D5856;
}
</style>
border-color css
<style>
span { border-color: #9D5856; }
span { border-color: rgb(157,88,86); }
td.TdClassName
{
border-color: #9D5856;
}
.TagClassName
{
border-color: #9D5856;
}
</style>