Shades of Copper Rust #8E5A51
Tints of Copper Rust #8E5A51
RGB
CMYK
RGB Variations
Color information
#8E5A51 (or 0x8E5A51) is known color: Copper Rust. HEX triplet: 8E, 5A and 51. RGB value is (142,90,81). Sum of RGB (Red+Green+Blue) = 142+90+81=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5A51 is #71A5AE. Grayscale: #686868. Windows color (decimal): -7447983 or 5331598. OLE color: 5331598.
HSL color Cylindrical-coordinate representation of color #8E5A51: hue angle of 8.85º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E5A51 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 90 | 81 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.44 |
| HSL | 8.85º | 0.27% | 0.44% | - |
| HSV(B) | 8.85º | 0.43% | 0.56% | - |
| XYZ | 16.3 | 13.66 | 9.56 | - |
| YUV | 104.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 81 | 0 | 0.37 | 0.43 | 0.44 | 8.85 | 0.27 | 0.44 |
| Hex | 8E | 5A | 51 | 0 | 25 | 2B | 2C | 9 | 1B | 2C |
| Octal | 216 | 132 | 121 | 0 | 45 | 53 | 54 | 11 | 33 | 54 |
| Binary | 10001110 | 1011010 | 1010001 | 0 | 100101 | 101011 | 101100 | 1001 | 11011 | 101100 |
Color Harmonies of #8E5A51
Complementary color
Monochromatic Colors of #8E5A51
Black with #8E5A51
Text Example
Text Example
White with #8E5A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5A51; }
p { color: rgb(142,90,81); }
H1.HeaderClassName
{
color: #8E5A51;
}
.AnyTagClassName
{
color: #8E5A51;
}
</style>
background-color css
<style>
a { background-color: #8E5A51; }
a { background-color: rgb(142,90,81); }
div.DivClassName
{
background-color: #8E5A51;
}
.BgClassName
{
background-color: #8E5A51;
}
</style>
border-color css
<style>
span { border-color: #8E5A51; }
span { border-color: rgb(142,90,81); }
td.TdClassName
{
border-color: #8E5A51;
}
.TagClassName
{
border-color: #8E5A51;
}
</style>