Shades of Copper Rust #9C504C
Tints of Copper Rust #9C504C
RGB
CMYK
RGB Variations
Color information
#9C504C (or 0x9C504C) is known color: Copper Rust. HEX triplet: 9C, 50 and 4C. RGB value is (156,80,76). Sum of RGB (Red+Green+Blue) = 156+80+76=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C504C is #63AFB3. Grayscale: #666666. Windows color (decimal): -6533044 or 5001372. OLE color: 5001372.
HSL color Cylindrical-coordinate representation of color #9C504C: hue angle of 3º 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 #9C504C is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 80 | 76 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.39 |
| HSL | 3º | 0.34% | 0.45% | - |
| HSV(B) | 3º | 0.51% | 0.61% | - |
| XYZ | 17.88 | 13.33 | 8.47 | - |
| YUV | 102.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 76 | 0 | 0.49 | 0.51 | 0.39 | 3 | 0.34 | 0.45 |
| Hex | 9C | 50 | 4C | 0 | 31 | 33 | 27 | 3 | 22 | 2D |
| Octal | 234 | 120 | 114 | 0 | 61 | 63 | 47 | 3 | 42 | 55 |
| Binary | 10011100 | 1010000 | 1001100 | 0 | 110001 | 110011 | 100111 | 11 | 100010 | 101101 |
Color Harmonies of #9C504C
Complementary color
Monochromatic Colors of #9C504C
Black with #9C504C
Text Example
Text Example
White with #9C504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C504C; }
p { color: rgb(156,80,76); }
H1.HeaderClassName
{
color: #9C504C;
}
.AnyTagClassName
{
color: #9C504C;
}
</style>
background-color css
<style>
a { background-color: #9C504C; }
a { background-color: rgb(156,80,76); }
div.DivClassName
{
background-color: #9C504C;
}
.BgClassName
{
background-color: #9C504C;
}
</style>
border-color css
<style>
span { border-color: #9C504C; }
span { border-color: rgb(156,80,76); }
td.TdClassName
{
border-color: #9C504C;
}
.TagClassName
{
border-color: #9C504C;
}
</style>