Shades of Copper Rust #9C534D
Tints of Copper Rust #9C534D
RGB
CMYK
RGB Variations
Color information
#9C534D (or 0x9C534D) is known color: Copper Rust. HEX triplet: 9C, 53 and 4D. RGB value is (156,83,77). Sum of RGB (Red+Green+Blue) = 156+83+77=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C534D is #63ACB2. Grayscale: #686868. Windows color (decimal): -6532275 or 5067676. OLE color: 5067676.
HSL color Cylindrical-coordinate representation of color #9C534D: hue angle of 4.56º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C534D is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 77 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.39 |
| HSL | 4.56º | 0.34% | 0.46% | - |
| HSV(B) | 4.56º | 0.51% | 0.61% | - |
| XYZ | 18.14 | 13.79 | 8.73 | - |
| YUV | 104.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 77 | 0 | 0.47 | 0.51 | 0.39 | 4.56 | 0.34 | 0.46 |
| Hex | 9C | 53 | 4D | 0 | 2F | 33 | 27 | 5 | 22 | 2E |
| Octal | 234 | 123 | 115 | 0 | 57 | 63 | 47 | 5 | 42 | 56 |
| Binary | 10011100 | 1010011 | 1001101 | 0 | 101111 | 110011 | 100111 | 101 | 100010 | 101110 |
Color Harmonies of #9C534D
Complementary color
Monochromatic Colors of #9C534D
Black with #9C534D
Text Example
Text Example
White with #9C534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C534D; }
p { color: rgb(156,83,77); }
H1.HeaderClassName
{
color: #9C534D;
}
.AnyTagClassName
{
color: #9C534D;
}
</style>
background-color css
<style>
a { background-color: #9C534D; }
a { background-color: rgb(156,83,77); }
div.DivClassName
{
background-color: #9C534D;
}
.BgClassName
{
background-color: #9C534D;
}
</style>
border-color css
<style>
span { border-color: #9C534D; }
span { border-color: rgb(156,83,77); }
td.TdClassName
{
border-color: #9C534D;
}
.TagClassName
{
border-color: #9C534D;
}
</style>