Shades of Copper Rust #9D5752
Tints of Copper Rust #9D5752
RGB
CMYK
RGB Variations
Color information
#9D5752 (or 0x9D5752) is known color: Copper Rust. HEX triplet: 9D, 57 and 52. RGB value is (157,87,82). Sum of RGB (Red+Green+Blue) = 157+87+82=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5752 is #62A8AD. Grayscale: #6B6B6B. Windows color (decimal): -6465710 or 5396381. OLE color: 5396381.
HSL color Cylindrical-coordinate representation of color #9D5752: hue angle of 4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D5752 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 87 | 82 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.38 |
| HSL | 4º | 0.31% | 0.47% | - |
| HSV(B) | 4º | 0.48% | 0.62% | - |
| XYZ | 18.84 | 14.59 | 9.81 | - |
| YUV | 107.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 87 | 82 | 0 | 0.45 | 0.48 | 0.38 | 4 | 0.31 | 0.47 |
| Hex | 9D | 57 | 52 | 0 | 2D | 30 | 26 | 4 | 1F | 2F |
| Octal | 235 | 127 | 122 | 0 | 55 | 60 | 46 | 4 | 37 | 57 |
| Binary | 10011101 | 1010111 | 1010010 | 0 | 101101 | 110000 | 100110 | 100 | 11111 | 101111 |
Color Harmonies of #9D5752
Complementary color
Monochromatic Colors of #9D5752
Black with #9D5752
Text Example
Text Example
White with #9D5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5752; }
p { color: rgb(157,87,82); }
H1.HeaderClassName
{
color: #9D5752;
}
.AnyTagClassName
{
color: #9D5752;
}
</style>
background-color css
<style>
a { background-color: #9D5752; }
a { background-color: rgb(157,87,82); }
div.DivClassName
{
background-color: #9D5752;
}
.BgClassName
{
background-color: #9D5752;
}
</style>
border-color css
<style>
span { border-color: #9D5752; }
span { border-color: rgb(157,87,82); }
td.TdClassName
{
border-color: #9D5752;
}
.TagClassName
{
border-color: #9D5752;
}
</style>