Shades of Copper Rust #9C534A
Tints of Copper Rust #9C534A
RGB
CMYK
RGB Variations
Color information
#9C534A (or 0x9C534A) is known color: Copper Rust. HEX triplet: 9C, 53 and 4A. RGB value is (156,83,74). Sum of RGB (Red+Green+Blue) = 156+83+74=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C534A is #63ACB5. Grayscale: #676767. Windows color (decimal): -6532278 or 4871068. OLE color: 4871068.
HSL color Cylindrical-coordinate representation of color #9C534A: hue angle of 6.59º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C534A is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 74 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.39 |
| HSL | 6.59º | 0.36% | 0.45% | - |
| HSV(B) | 6.59º | 0.53% | 0.61% | - |
| XYZ | 18.04 | 13.75 | 8.18 | - |
| YUV | 103.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 74 | 0 | 0.47 | 0.53 | 0.39 | 6.59 | 0.36 | 0.45 |
| Hex | 9C | 53 | 4A | 0 | 2F | 35 | 27 | 7 | 24 | 2D |
| Octal | 234 | 123 | 112 | 0 | 57 | 65 | 47 | 7 | 44 | 55 |
| Binary | 10011100 | 1010011 | 1001010 | 0 | 101111 | 110101 | 100111 | 111 | 100100 | 101101 |
Color Harmonies of #9C534A
Complementary color
Monochromatic Colors of #9C534A
Black with #9C534A
Text Example
Text Example
White with #9C534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C534A; }
p { color: rgb(156,83,74); }
H1.HeaderClassName
{
color: #9C534A;
}
.AnyTagClassName
{
color: #9C534A;
}
</style>
background-color css
<style>
a { background-color: #9C534A; }
a { background-color: rgb(156,83,74); }
div.DivClassName
{
background-color: #9C534A;
}
.BgClassName
{
background-color: #9C534A;
}
</style>
border-color css
<style>
span { border-color: #9C534A; }
span { border-color: rgb(156,83,74); }
td.TdClassName
{
border-color: #9C534A;
}
.TagClassName
{
border-color: #9C534A;
}
</style>