Shades of Copper Rust #9C5246
Tints of Copper Rust #9C5246
RGB
CMYK
RGB Variations
Color information
#9C5246 (or 0x9C5246) is known color: Copper Rust. HEX triplet: 9C, 52 and 46. RGB value is (156,82,70). Sum of RGB (Red+Green+Blue) = 156+82+70=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5246 is #63ADB9. Grayscale: #666666. Windows color (decimal): -6532538 or 4608668. OLE color: 4608668.
HSL color Cylindrical-coordinate representation of color #9C5246: hue angle of 8.37º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C5246 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 82 | 70 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.39 |
| HSL | 8.37º | 0.38% | 0.44% | - |
| HSV(B) | 8.37º | 0.55% | 0.61% | - |
| XYZ | 17.83 | 13.54 | 7.47 | - |
| YUV | 102.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 82 | 70 | 0 | 0.47 | 0.55 | 0.39 | 8.37 | 0.38 | 0.44 |
| Hex | 9C | 52 | 46 | 0 | 2F | 37 | 27 | 8 | 26 | 2C |
| Octal | 234 | 122 | 106 | 0 | 57 | 67 | 47 | 10 | 46 | 54 |
| Binary | 10011100 | 1010010 | 1000110 | 0 | 101111 | 110111 | 100111 | 1000 | 100110 | 101100 |
Color Harmonies of #9C5246
Complementary color
Monochromatic Colors of #9C5246
Black with #9C5246
Text Example
Text Example
White with #9C5246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5246; }
p { color: rgb(156,82,70); }
H1.HeaderClassName
{
color: #9C5246;
}
.AnyTagClassName
{
color: #9C5246;
}
</style>
background-color css
<style>
a { background-color: #9C5246; }
a { background-color: rgb(156,82,70); }
div.DivClassName
{
background-color: #9C5246;
}
.BgClassName
{
background-color: #9C5246;
}
</style>
border-color css
<style>
span { border-color: #9C5246; }
span { border-color: rgb(156,82,70); }
td.TdClassName
{
border-color: #9C5246;
}
.TagClassName
{
border-color: #9C5246;
}
</style>