Shades of Copper Rust #9D5B52
Tints of Copper Rust #9D5B52
RGB
CMYK
RGB Variations
Color information
#9D5B52 (or 0x9D5B52) is known color: Copper Rust. HEX triplet: 9D, 5B and 52. RGB value is (157,91,82). Sum of RGB (Red+Green+Blue) = 157+91+82=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5B52 is #62A4AD. Grayscale: #6D6D6D. Windows color (decimal): -6464686 or 5397405. OLE color: 5397405.
HSL color Cylindrical-coordinate representation of color #9D5B52: hue angle of 7.2º 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 #9D5B52 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 91 | 82 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.38 |
| HSL | 7.2º | 0.31% | 0.47% | - |
| HSV(B) | 7.2º | 0.48% | 0.62% | - |
| XYZ | 19.17 | 15.26 | 9.92 | - |
| YUV | 109.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 82 | 0 | 0.42 | 0.48 | 0.38 | 7.2 | 0.31 | 0.47 |
| Hex | 9D | 5B | 52 | 0 | 2A | 30 | 26 | 7 | 1F | 2F |
| Octal | 235 | 133 | 122 | 0 | 52 | 60 | 46 | 7 | 37 | 57 |
| Binary | 10011101 | 1011011 | 1010010 | 0 | 101010 | 110000 | 100110 | 111 | 11111 | 101111 |
Color Harmonies of #9D5B52
Complementary color
Monochromatic Colors of #9D5B52
Black with #9D5B52
Text Example
Text Example
White with #9D5B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5B52; }
p { color: rgb(157,91,82); }
H1.HeaderClassName
{
color: #9D5B52;
}
.AnyTagClassName
{
color: #9D5B52;
}
</style>
background-color css
<style>
a { background-color: #9D5B52; }
a { background-color: rgb(157,91,82); }
div.DivClassName
{
background-color: #9D5B52;
}
.BgClassName
{
background-color: #9D5B52;
}
</style>
border-color css
<style>
span { border-color: #9D5B52; }
span { border-color: rgb(157,91,82); }
td.TdClassName
{
border-color: #9D5B52;
}
.TagClassName
{
border-color: #9D5B52;
}
</style>