Shades of Copper Rust #9C5251
Tints of Copper Rust #9C5251
RGB
CMYK
RGB Variations
Color information
#9C5251 (or 0x9C5251) is known color: Copper Rust. HEX triplet: 9C, 52 and 51. RGB value is (156,82,81). Sum of RGB (Red+Green+Blue) = 156+82+81=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5251 is #63ADAE. Grayscale: #686868. Windows color (decimal): -6532527 or 5329564. OLE color: 5329564.
HSL color Cylindrical-coordinate representation of color #9C5251: hue angle of 0.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C5251 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 82 | 81 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.39 |
| HSL | 0.8º | 0.32% | 0.46% | - |
| HSV(B) | 0.8º | 0.48% | 0.61% | - |
| XYZ | 18.21 | 13.7 | 9.47 | - |
| YUV | 104.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 82 | 81 | 0 | 0.47 | 0.48 | 0.39 | 0.8 | 0.32 | 0.46 |
| Hex | 9C | 52 | 51 | 0 | 2F | 30 | 27 | 1 | 20 | 2E |
| Octal | 234 | 122 | 121 | 0 | 57 | 60 | 47 | 1 | 40 | 56 |
| Binary | 10011100 | 1010010 | 1010001 | 0 | 101111 | 110000 | 100111 | 1 | 100000 | 101110 |
Color Harmonies of #9C5251
Complementary color
Monochromatic Colors of #9C5251
Black with #9C5251
Text Example
Text Example
White with #9C5251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5251; }
p { color: rgb(156,82,81); }
H1.HeaderClassName
{
color: #9C5251;
}
.AnyTagClassName
{
color: #9C5251;
}
</style>
background-color css
<style>
a { background-color: #9C5251; }
a { background-color: rgb(156,82,81); }
div.DivClassName
{
background-color: #9C5251;
}
.BgClassName
{
background-color: #9C5251;
}
</style>
border-color css
<style>
span { border-color: #9C5251; }
span { border-color: rgb(156,82,81); }
td.TdClassName
{
border-color: #9C5251;
}
.TagClassName
{
border-color: #9C5251;
}
</style>