Shades of Copper Rust #9C5044
Tints of Copper Rust #9C5044
RGB
CMYK
RGB Variations
Color information
#9C5044 (or 0x9C5044) is known color: Copper Rust. HEX triplet: 9C, 50 and 44. RGB value is (156,80,68). Sum of RGB (Red+Green+Blue) = 156+80+68=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5044 is #63AFBB. Grayscale: #656565. Windows color (decimal): -6533052 or 4477084. OLE color: 4477084.
HSL color Cylindrical-coordinate representation of color #9C5044: hue angle of 8.18º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C5044 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 80 | 68 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.39 |
| HSL | 8.18º | 0.39% | 0.44% | - |
| HSV(B) | 8.18º | 0.56% | 0.61% | - |
| XYZ | 17.62 | 13.22 | 7.09 | - |
| YUV | 101.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 68 | 0 | 0.49 | 0.56 | 0.39 | 8.18 | 0.39 | 0.44 |
| Hex | 9C | 50 | 44 | 0 | 31 | 38 | 27 | 8 | 27 | 2C |
| Octal | 234 | 120 | 104 | 0 | 61 | 70 | 47 | 10 | 47 | 54 |
| Binary | 10011100 | 1010000 | 1000100 | 0 | 110001 | 111000 | 100111 | 1000 | 100111 | 101100 |
Color Harmonies of #9C5044
Complementary color
Monochromatic Colors of #9C5044
Black with #9C5044
Text Example
Text Example
White with #9C5044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5044; }
p { color: rgb(156,80,68); }
H1.HeaderClassName
{
color: #9C5044;
}
.AnyTagClassName
{
color: #9C5044;
}
</style>
background-color css
<style>
a { background-color: #9C5044; }
a { background-color: rgb(156,80,68); }
div.DivClassName
{
background-color: #9C5044;
}
.BgClassName
{
background-color: #9C5044;
}
</style>
border-color css
<style>
span { border-color: #9C5044; }
span { border-color: rgb(156,80,68); }
td.TdClassName
{
border-color: #9C5044;
}
.TagClassName
{
border-color: #9C5044;
}
</style>