Shades of Copper Rust #9C5953
Tints of Copper Rust #9C5953
RGB
CMYK
RGB Variations
Color information
#9C5953 (or 0x9C5953) is known color: Copper Rust. HEX triplet: 9C, 59 and 53. RGB value is (156,89,83). Sum of RGB (Red+Green+Blue) = 156+89+83=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5953 is #63A6AC. Grayscale: #6C6C6C. Windows color (decimal): -6530733 or 5462428. OLE color: 5462428.
HSL color Cylindrical-coordinate representation of color #9C5953: hue angle of 4.93º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5953 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 89 | 83 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.39 |
| HSL | 4.93º | 0.31% | 0.47% | - |
| HSV(B) | 4.93º | 0.47% | 0.61% | - |
| XYZ | 18.84 | 14.84 | 10.05 | - |
| YUV | 108.35 | 113.7 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 83 | 0 | 0.43 | 0.47 | 0.39 | 4.93 | 0.31 | 0.47 |
| Hex | 9C | 59 | 53 | 0 | 2B | 2F | 27 | 5 | 1F | 2F |
| Octal | 234 | 131 | 123 | 0 | 53 | 57 | 47 | 5 | 37 | 57 |
| Binary | 10011100 | 1011001 | 1010011 | 0 | 101011 | 101111 | 100111 | 101 | 11111 | 101111 |
Color Harmonies of #9C5953
Complementary color
Monochromatic Colors of #9C5953
Black with #9C5953
Text Example
Text Example
White with #9C5953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5953; }
p { color: rgb(156,89,83); }
H1.HeaderClassName
{
color: #9C5953;
}
.AnyTagClassName
{
color: #9C5953;
}
</style>
background-color css
<style>
a { background-color: #9C5953; }
a { background-color: rgb(156,89,83); }
div.DivClassName
{
background-color: #9C5953;
}
.BgClassName
{
background-color: #9C5953;
}
</style>
border-color css
<style>
span { border-color: #9C5953; }
span { border-color: rgb(156,89,83); }
td.TdClassName
{
border-color: #9C5953;
}
.TagClassName
{
border-color: #9C5953;
}
</style>