Shades of Copper Rust #9C544D
Tints of Copper Rust #9C544D
RGB
CMYK
RGB Variations
Color information
#9C544D (or 0x9C544D) is known color: Copper Rust. HEX triplet: 9C, 54 and 4D. RGB value is (156,84,77). Sum of RGB (Red+Green+Blue) = 156+84+77=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C544D is #63ABB2. Grayscale: #686868. Windows color (decimal): -6532019 or 5067932. OLE color: 5067932.
HSL color Cylindrical-coordinate representation of color #9C544D: hue angle of 5.32º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C544D is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 84 | 77 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.39 |
| HSL | 5.32º | 0.34% | 0.46% | - |
| HSV(B) | 5.32º | 0.51% | 0.61% | - |
| XYZ | 18.22 | 13.94 | 8.75 | - |
| YUV | 104.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 77 | 0 | 0.46 | 0.51 | 0.39 | 5.32 | 0.34 | 0.46 |
| Hex | 9C | 54 | 4D | 0 | 2E | 33 | 27 | 5 | 22 | 2E |
| Octal | 234 | 124 | 115 | 0 | 56 | 63 | 47 | 5 | 42 | 56 |
| Binary | 10011100 | 1010100 | 1001101 | 0 | 101110 | 110011 | 100111 | 101 | 100010 | 101110 |
Color Harmonies of #9C544D
Complementary color
Monochromatic Colors of #9C544D
Black with #9C544D
Text Example
Text Example
White with #9C544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C544D; }
p { color: rgb(156,84,77); }
H1.HeaderClassName
{
color: #9C544D;
}
.AnyTagClassName
{
color: #9C544D;
}
</style>
background-color css
<style>
a { background-color: #9C544D; }
a { background-color: rgb(156,84,77); }
div.DivClassName
{
background-color: #9C544D;
}
.BgClassName
{
background-color: #9C544D;
}
</style>
border-color css
<style>
span { border-color: #9C544D; }
span { border-color: rgb(156,84,77); }
td.TdClassName
{
border-color: #9C544D;
}
.TagClassName
{
border-color: #9C544D;
}
</style>