Shades of Copper Rust #8E5950
Tints of Copper Rust #8E5950
RGB
CMYK
RGB Variations
Color information
#8E5950 (or 0x8E5950) is known color: Copper Rust. HEX triplet: 8E, 59 and 50. RGB value is (142,89,80). Sum of RGB (Red+Green+Blue) = 142+89+80=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5950 is #71A6AF. Grayscale: #676767. Windows color (decimal): -7448240 or 5265806. OLE color: 5265806.
HSL color Cylindrical-coordinate representation of color #8E5950: hue angle of 8.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E5950 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 89 | 80 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.44 |
| HSL | 8.71º | 0.28% | 0.44% | - |
| HSV(B) | 8.71º | 0.44% | 0.56% | - |
| XYZ | 16.18 | 13.47 | 9.34 | - |
| YUV | 103.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 80 | 0 | 0.37 | 0.44 | 0.44 | 8.71 | 0.28 | 0.44 |
| Hex | 8E | 59 | 50 | 0 | 25 | 2C | 2C | 9 | 1C | 2C |
| Octal | 216 | 131 | 120 | 0 | 45 | 54 | 54 | 11 | 34 | 54 |
| Binary | 10001110 | 1011001 | 1010000 | 0 | 100101 | 101100 | 101100 | 1001 | 11100 | 101100 |
Color Harmonies of #8E5950
Complementary color
Monochromatic Colors of #8E5950
Black with #8E5950
Text Example
Text Example
White with #8E5950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5950; }
p { color: rgb(142,89,80); }
H1.HeaderClassName
{
color: #8E5950;
}
.AnyTagClassName
{
color: #8E5950;
}
</style>
background-color css
<style>
a { background-color: #8E5950; }
a { background-color: rgb(142,89,80); }
div.DivClassName
{
background-color: #8E5950;
}
.BgClassName
{
background-color: #8E5950;
}
</style>
border-color css
<style>
span { border-color: #8E5950; }
span { border-color: rgb(142,89,80); }
td.TdClassName
{
border-color: #8E5950;
}
.TagClassName
{
border-color: #8E5950;
}
</style>