Shades of Copper Rust #9C5448
Tints of Copper Rust #9C5448
RGB
CMYK
RGB Variations
Color information
#9C5448 (or 0x9C5448) is known color: Copper Rust. HEX triplet: 9C, 54 and 48. RGB value is (156,84,72). Sum of RGB (Red+Green+Blue) = 156+84+72=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5448 is #63ABB7. Grayscale: #686868. Windows color (decimal): -6532024 or 4740252. OLE color: 4740252.
HSL color Cylindrical-coordinate representation of color #9C5448: hue angle of 8.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C5448 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 84 | 72 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.39 |
| HSL | 8.57º | 0.37% | 0.45% | - |
| HSV(B) | 8.57º | 0.54% | 0.61% | - |
| XYZ | 18.05 | 13.88 | 7.86 | - |
| YUV | 104.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 72 | 0 | 0.46 | 0.54 | 0.39 | 8.57 | 0.37 | 0.45 |
| Hex | 9C | 54 | 48 | 0 | 2E | 36 | 27 | 9 | 25 | 2D |
| Octal | 234 | 124 | 110 | 0 | 56 | 66 | 47 | 11 | 45 | 55 |
| Binary | 10011100 | 1010100 | 1001000 | 0 | 101110 | 110110 | 100111 | 1001 | 100101 | 101101 |
Color Harmonies of #9C5448
Complementary color
Monochromatic Colors of #9C5448
Black with #9C5448
Text Example
Text Example
White with #9C5448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5448; }
p { color: rgb(156,84,72); }
H1.HeaderClassName
{
color: #9C5448;
}
.AnyTagClassName
{
color: #9C5448;
}
</style>
background-color css
<style>
a { background-color: #9C5448; }
a { background-color: rgb(156,84,72); }
div.DivClassName
{
background-color: #9C5448;
}
.BgClassName
{
background-color: #9C5448;
}
</style>
border-color css
<style>
span { border-color: #9C5448; }
span { border-color: rgb(156,84,72); }
td.TdClassName
{
border-color: #9C5448;
}
.TagClassName
{
border-color: #9C5448;
}
</style>