Shades of Copper Rust #9C514C
Tints of Copper Rust #9C514C
RGB
CMYK
RGB Variations
Color information
#9C514C (or 0x9C514C) is known color: Copper Rust. HEX triplet: 9C, 51 and 4C. RGB value is (156,81,76). Sum of RGB (Red+Green+Blue) = 156+81+76=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C514C is #63AEB3. Grayscale: #666666. Windows color (decimal): -6532788 or 5001628. OLE color: 5001628.
HSL color Cylindrical-coordinate representation of color #9C514C: hue angle of 3.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 #9C514C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 81 | 76 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.39 |
| HSL | 3.75º | 0.34% | 0.45% | - |
| HSV(B) | 3.75º | 0.51% | 0.61% | - |
| XYZ | 17.96 | 13.47 | 8.49 | - |
| YUV | 102.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 76 | 0 | 0.48 | 0.51 | 0.39 | 3.75 | 0.34 | 0.45 |
| Hex | 9C | 51 | 4C | 0 | 30 | 33 | 27 | 4 | 22 | 2D |
| Octal | 234 | 121 | 114 | 0 | 60 | 63 | 47 | 4 | 42 | 55 |
| Binary | 10011100 | 1010001 | 1001100 | 0 | 110000 | 110011 | 100111 | 100 | 100010 | 101101 |
Color Harmonies of #9C514C
Complementary color
Monochromatic Colors of #9C514C
Black with #9C514C
Text Example
Text Example
White with #9C514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C514C; }
p { color: rgb(156,81,76); }
H1.HeaderClassName
{
color: #9C514C;
}
.AnyTagClassName
{
color: #9C514C;
}
</style>
background-color css
<style>
a { background-color: #9C514C; }
a { background-color: rgb(156,81,76); }
div.DivClassName
{
background-color: #9C514C;
}
.BgClassName
{
background-color: #9C514C;
}
</style>
border-color css
<style>
span { border-color: #9C514C; }
span { border-color: rgb(156,81,76); }
td.TdClassName
{
border-color: #9C514C;
}
.TagClassName
{
border-color: #9C514C;
}
</style>