Shades of Copper Rust #9E534D
Tints of Copper Rust #9E534D
RGB
CMYK
RGB Variations
Color information
#9E534D (or 0x9E534D) is known color: Copper Rust. HEX triplet: 9E, 53 and 4D. RGB value is (158,83,77). Sum of RGB (Red+Green+Blue) = 158+83+77=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E534D is #61ACB2. Grayscale: #686868. Windows color (decimal): -6401203 or 5067678. OLE color: 5067678.
HSL color Cylindrical-coordinate representation of color #9E534D: hue angle of 4.44º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E534D is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 83 | 77 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.38 |
| HSL | 4.44º | 0.34% | 0.46% | - |
| HSV(B) | 4.44º | 0.51% | 0.62% | - |
| XYZ | 18.53 | 13.99 | 8.74 | - |
| YUV | 104.74 | 112.35 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 83 | 77 | 0 | 0.47 | 0.51 | 0.38 | 4.44 | 0.34 | 0.46 |
| Hex | 9E | 53 | 4D | 0 | 2F | 33 | 26 | 4 | 22 | 2E |
| Octal | 236 | 123 | 115 | 0 | 57 | 63 | 46 | 4 | 42 | 56 |
| Binary | 10011110 | 1010011 | 1001101 | 0 | 101111 | 110011 | 100110 | 100 | 100010 | 101110 |
Color Harmonies of #9E534D
Complementary color
Monochromatic Colors of #9E534D
Black with #9E534D
Text Example
Text Example
White with #9E534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E534D; }
p { color: rgb(158,83,77); }
H1.HeaderClassName
{
color: #9E534D;
}
.AnyTagClassName
{
color: #9E534D;
}
</style>
background-color css
<style>
a { background-color: #9E534D; }
a { background-color: rgb(158,83,77); }
div.DivClassName
{
background-color: #9E534D;
}
.BgClassName
{
background-color: #9E534D;
}
</style>
border-color css
<style>
span { border-color: #9E534D; }
span { border-color: rgb(158,83,77); }
td.TdClassName
{
border-color: #9E534D;
}
.TagClassName
{
border-color: #9E534D;
}
</style>