Shades of Copper Rust #9D5853
Tints of Copper Rust #9D5853
RGB
CMYK
RGB Variations
Color information
#9D5853 (or 0x9D5853) is known color: Copper Rust. HEX triplet: 9D, 58 and 53. RGB value is (157,88,83). Sum of RGB (Red+Green+Blue) = 157+88+83=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5853 is #62A7AC. Grayscale: #6C6C6C. Windows color (decimal): -6465453 or 5462173. OLE color: 5462173.
HSL color Cylindrical-coordinate representation of color #9D5853: hue angle of 4.05º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D5853 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 88 | 83 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.38 |
| HSL | 4.05º | 0.31% | 0.47% | - |
| HSV(B) | 4.05º | 0.47% | 0.62% | - |
| XYZ | 18.96 | 14.77 | 10.04 | - |
| YUV | 108.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 88 | 83 | 0 | 0.44 | 0.47 | 0.38 | 4.05 | 0.31 | 0.47 |
| Hex | 9D | 58 | 53 | 0 | 2C | 2F | 26 | 4 | 1F | 2F |
| Octal | 235 | 130 | 123 | 0 | 54 | 57 | 46 | 4 | 37 | 57 |
| Binary | 10011101 | 1011000 | 1010011 | 0 | 101100 | 101111 | 100110 | 100 | 11111 | 101111 |
Color Harmonies of #9D5853
Complementary color
Monochromatic Colors of #9D5853
Black with #9D5853
Text Example
Text Example
White with #9D5853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5853; }
p { color: rgb(157,88,83); }
H1.HeaderClassName
{
color: #9D5853;
}
.AnyTagClassName
{
color: #9D5853;
}
</style>
background-color css
<style>
a { background-color: #9D5853; }
a { background-color: rgb(157,88,83); }
div.DivClassName
{
background-color: #9D5853;
}
.BgClassName
{
background-color: #9D5853;
}
</style>
border-color css
<style>
span { border-color: #9D5853; }
span { border-color: rgb(157,88,83); }
td.TdClassName
{
border-color: #9D5853;
}
.TagClassName
{
border-color: #9D5853;
}
</style>