Shades of Copper Rust #9C534F
Tints of Copper Rust #9C534F
RGB
CMYK
RGB Variations
Color information
#9C534F (or 0x9C534F) is known color: Copper Rust. HEX triplet: 9C, 53 and 4F. RGB value is (156,83,79). Sum of RGB (Red+Green+Blue) = 156+83+79=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C534F is #63ACB0. Grayscale: #686868. Windows color (decimal): -6532273 or 5198748. OLE color: 5198748.
HSL color Cylindrical-coordinate representation of color #9C534F: hue angle of 3.12º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C534F is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 79 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.39 |
| HSL | 3.12º | 0.33% | 0.46% | - |
| HSV(B) | 3.12º | 0.49% | 0.61% | - |
| XYZ | 18.21 | 13.82 | 9.1 | - |
| YUV | 104.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 79 | 0 | 0.47 | 0.49 | 0.39 | 3.12 | 0.33 | 0.46 |
| Hex | 9C | 53 | 4F | 0 | 2F | 31 | 27 | 3 | 21 | 2E |
| Octal | 234 | 123 | 117 | 0 | 57 | 61 | 47 | 3 | 41 | 56 |
| Binary | 10011100 | 1010011 | 1001111 | 0 | 101111 | 110001 | 100111 | 11 | 100001 | 101110 |
Color Harmonies of #9C534F
Complementary color
Monochromatic Colors of #9C534F
Black with #9C534F
Text Example
Text Example
White with #9C534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C534F; }
p { color: rgb(156,83,79); }
H1.HeaderClassName
{
color: #9C534F;
}
.AnyTagClassName
{
color: #9C534F;
}
</style>
background-color css
<style>
a { background-color: #9C534F; }
a { background-color: rgb(156,83,79); }
div.DivClassName
{
background-color: #9C534F;
}
.BgClassName
{
background-color: #9C534F;
}
</style>
border-color css
<style>
span { border-color: #9C534F; }
span { border-color: rgb(156,83,79); }
td.TdClassName
{
border-color: #9C534F;
}
.TagClassName
{
border-color: #9C534F;
}
</style>