Shades of Copper Rust #9C5652
Tints of Copper Rust #9C5652
RGB
CMYK
RGB Variations
Color information
#9C5652 (or 0x9C5652) is known color: Copper Rust. HEX triplet: 9C, 56 and 52. RGB value is (156,86,82). Sum of RGB (Red+Green+Blue) = 156+86+82=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5652 is #63A9AD. Grayscale: #6A6A6A. Windows color (decimal): -6531502 or 5396124. OLE color: 5396124.
HSL color Cylindrical-coordinate representation of color #9C5652: hue angle of 3.24º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5652 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 86 | 82 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.39 |
| HSL | 3.24º | 0.31% | 0.47% | - |
| HSV(B) | 3.24º | 0.47% | 0.61% | - |
| XYZ | 18.56 | 14.33 | 9.77 | - |
| YUV | 106.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 82 | 0 | 0.45 | 0.47 | 0.39 | 3.24 | 0.31 | 0.47 |
| Hex | 9C | 56 | 52 | 0 | 2D | 2F | 27 | 3 | 1F | 2F |
| Octal | 234 | 126 | 122 | 0 | 55 | 57 | 47 | 3 | 37 | 57 |
| Binary | 10011100 | 1010110 | 1010010 | 0 | 101101 | 101111 | 100111 | 11 | 11111 | 101111 |
Color Harmonies of #9C5652
Complementary color
Monochromatic Colors of #9C5652
Black with #9C5652
Text Example
Text Example
White with #9C5652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5652; }
p { color: rgb(156,86,82); }
H1.HeaderClassName
{
color: #9C5652;
}
.AnyTagClassName
{
color: #9C5652;
}
</style>
background-color css
<style>
a { background-color: #9C5652; }
a { background-color: rgb(156,86,82); }
div.DivClassName
{
background-color: #9C5652;
}
.BgClassName
{
background-color: #9C5652;
}
</style>
border-color css
<style>
span { border-color: #9C5652; }
span { border-color: rgb(156,86,82); }
td.TdClassName
{
border-color: #9C5652;
}
.TagClassName
{
border-color: #9C5652;
}
</style>