Shades of Copper Rust #9C544C
Tints of Copper Rust #9C544C
RGB
CMYK
RGB Variations
Color information
#9C544C (or 0x9C544C) is known color: Copper Rust. HEX triplet: 9C, 54 and 4C. RGB value is (156,84,76). Sum of RGB (Red+Green+Blue) = 156+84+76=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C544C is #63ABB3. Grayscale: #686868. Windows color (decimal): -6532020 or 5002396. OLE color: 5002396.
HSL color Cylindrical-coordinate representation of color #9C544C: hue angle of 6º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C544C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 84 | 76 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.39 |
| HSL | 6º | 0.34% | 0.45% | - |
| HSV(B) | 6º | 0.51% | 0.61% | - |
| XYZ | 18.19 | 13.93 | 8.57 | - |
| YUV | 104.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 76 | 0 | 0.46 | 0.51 | 0.39 | 6 | 0.34 | 0.45 |
| Hex | 9C | 54 | 4C | 0 | 2E | 33 | 27 | 6 | 22 | 2D |
| Octal | 234 | 124 | 114 | 0 | 56 | 63 | 47 | 6 | 42 | 55 |
| Binary | 10011100 | 1010100 | 1001100 | 0 | 101110 | 110011 | 100111 | 110 | 100010 | 101101 |
Color Harmonies of #9C544C
Complementary color
Monochromatic Colors of #9C544C
Black with #9C544C
Text Example
Text Example
White with #9C544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C544C; }
p { color: rgb(156,84,76); }
H1.HeaderClassName
{
color: #9C544C;
}
.AnyTagClassName
{
color: #9C544C;
}
</style>
background-color css
<style>
a { background-color: #9C544C; }
a { background-color: rgb(156,84,76); }
div.DivClassName
{
background-color: #9C544C;
}
.BgClassName
{
background-color: #9C544C;
}
</style>
border-color css
<style>
span { border-color: #9C544C; }
span { border-color: rgb(156,84,76); }
td.TdClassName
{
border-color: #9C544C;
}
.TagClassName
{
border-color: #9C544C;
}
</style>