Shades of Leather #8E6550
Tints of Leather #8E6550
RGB
CMYK
RGB Variations
Color information
#8E6550 (or 0x8E6550) is known color: Leather. HEX triplet: 8E, 65 and 50. RGB value is (142,101,80). Sum of RGB (Red+Green+Blue) = 142+101+80=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6550 is #719AAF. Grayscale: #6E6E6E. Windows color (decimal): -7445168 or 5268878. OLE color: 5268878.
HSL color Cylindrical-coordinate representation of color #8E6550: hue angle of 20.32º 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 #8E6550 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 101 | 80 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.44 |
| HSL | 20.32º | 0.28% | 0.44% | - |
| HSV(B) | 20.32º | 0.44% | 0.56% | - |
| XYZ | 17.26 | 15.64 | 9.7 | - |
| YUV | 110.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 101 | 80 | 0 | 0.29 | 0.44 | 0.44 | 20.32 | 0.28 | 0.44 |
| Hex | 8E | 65 | 50 | 0 | 1D | 2C | 2C | 14 | 1C | 2C |
| Octal | 216 | 145 | 120 | 0 | 35 | 54 | 54 | 24 | 34 | 54 |
| Binary | 10001110 | 1100101 | 1010000 | 0 | 11101 | 101100 | 101100 | 10100 | 11100 | 101100 |
Color Harmonies of #8E6550
Complementary color
Monochromatic Colors of #8E6550
Black with #8E6550
Text Example
Text Example
White with #8E6550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6550; }
p { color: rgb(142,101,80); }
H1.HeaderClassName
{
color: #8E6550;
}
.AnyTagClassName
{
color: #8E6550;
}
</style>
background-color css
<style>
a { background-color: #8E6550; }
a { background-color: rgb(142,101,80); }
div.DivClassName
{
background-color: #8E6550;
}
.BgClassName
{
background-color: #8E6550;
}
</style>
border-color css
<style>
span { border-color: #8E6550; }
span { border-color: rgb(142,101,80); }
td.TdClassName
{
border-color: #8E6550;
}
.TagClassName
{
border-color: #8E6550;
}
</style>