Shades of Copper Rust #9C554C
Tints of Copper Rust #9C554C
RGB
CMYK
RGB Variations
Color information
#9C554C (or 0x9C554C) is known color: Copper Rust. HEX triplet: 9C, 55 and 4C. RGB value is (156,85,76). Sum of RGB (Red+Green+Blue) = 156+85+76=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C554C is #63AAB3. Grayscale: #696969. Windows color (decimal): -6531764 or 5002652. OLE color: 5002652.
HSL color Cylindrical-coordinate representation of color #9C554C: hue angle of 6.75º 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 #9C554C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 85 | 76 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.39 |
| HSL | 6.75º | 0.34% | 0.45% | - |
| HSV(B) | 6.75º | 0.51% | 0.61% | - |
| XYZ | 18.26 | 14.09 | 8.59 | - |
| YUV | 105.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 76 | 0 | 0.46 | 0.51 | 0.39 | 6.75 | 0.34 | 0.45 |
| Hex | 9C | 55 | 4C | 0 | 2E | 33 | 27 | 7 | 22 | 2D |
| Octal | 234 | 125 | 114 | 0 | 56 | 63 | 47 | 7 | 42 | 55 |
| Binary | 10011100 | 1010101 | 1001100 | 0 | 101110 | 110011 | 100111 | 111 | 100010 | 101101 |
Color Harmonies of #9C554C
Complementary color
Monochromatic Colors of #9C554C
Black with #9C554C
Text Example
Text Example
White with #9C554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C554C; }
p { color: rgb(156,85,76); }
H1.HeaderClassName
{
color: #9C554C;
}
.AnyTagClassName
{
color: #9C554C;
}
</style>
background-color css
<style>
a { background-color: #9C554C; }
a { background-color: rgb(156,85,76); }
div.DivClassName
{
background-color: #9C554C;
}
.BgClassName
{
background-color: #9C554C;
}
</style>
border-color css
<style>
span { border-color: #9C554C; }
span { border-color: rgb(156,85,76); }
td.TdClassName
{
border-color: #9C554C;
}
.TagClassName
{
border-color: #9C554C;
}
</style>