Shades of Copper Rust #8E5953
Tints of Copper Rust #8E5953
RGB
CMYK
RGB Variations
Color information
#8E5953 (or 0x8E5953) is known color: Copper Rust. HEX triplet: 8E, 59 and 53. RGB value is (142,89,83). Sum of RGB (Red+Green+Blue) = 142+89+83=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5953 is #71A6AC. Grayscale: #686868. Windows color (decimal): -7448237 or 5462414. OLE color: 5462414.
HSL color Cylindrical-coordinate representation of color #8E5953: hue angle of 6.1º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E5953 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 89 | 83 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.44 |
| HSL | 6.1º | 0.26% | 0.44% | - |
| HSV(B) | 6.1º | 0.42% | 0.56% | - |
| XYZ | 16.29 | 13.52 | 9.93 | - |
| YUV | 104.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 83 | 0 | 0.37 | 0.42 | 0.44 | 6.1 | 0.26 | 0.44 |
| Hex | 8E | 59 | 53 | 0 | 25 | 2A | 2C | 6 | 1A | 2C |
| Octal | 216 | 131 | 123 | 0 | 45 | 52 | 54 | 6 | 32 | 54 |
| Binary | 10001110 | 1011001 | 1010011 | 0 | 100101 | 101010 | 101100 | 110 | 11010 | 101100 |
Color Harmonies of #8E5953
Complementary color
Monochromatic Colors of #8E5953
Black with #8E5953
Text Example
Text Example
White with #8E5953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5953; }
p { color: rgb(142,89,83); }
H1.HeaderClassName
{
color: #8E5953;
}
.AnyTagClassName
{
color: #8E5953;
}
</style>
background-color css
<style>
a { background-color: #8E5953; }
a { background-color: rgb(142,89,83); }
div.DivClassName
{
background-color: #8E5953;
}
.BgClassName
{
background-color: #8E5953;
}
</style>
border-color css
<style>
span { border-color: #8E5953; }
span { border-color: rgb(142,89,83); }
td.TdClassName
{
border-color: #8E5953;
}
.TagClassName
{
border-color: #8E5953;
}
</style>