Shades of Leather #8D6550
Tints of Leather #8D6550
RGB
CMYK
RGB Variations
Color information
#8D6550 (or 0x8D6550) is known color: Leather. HEX triplet: 8D, 65 and 50. RGB value is (141,101,80). Sum of RGB (Red+Green+Blue) = 141+101+80=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6550 is #729AAF. Grayscale: #6E6E6E. Windows color (decimal): -7510704 or 5268877. OLE color: 5268877.
HSL color Cylindrical-coordinate representation of color #8D6550: hue angle of 20.66º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D6550 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 80 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.45 |
| HSL | 20.66º | 0.28% | 0.43% | - |
| HSV(B) | 20.66º | 0.43% | 0.55% | - |
| XYZ | 17.09 | 15.55 | 9.69 | - |
| YUV | 110.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 80 | 0 | 0.28 | 0.43 | 0.45 | 20.66 | 0.28 | 0.43 |
| Hex | 8D | 65 | 50 | 0 | 1C | 2B | 2D | 15 | 1C | 2B |
| Octal | 215 | 145 | 120 | 0 | 34 | 53 | 55 | 25 | 34 | 53 |
| Binary | 10001101 | 1100101 | 1010000 | 0 | 11100 | 101011 | 101101 | 10101 | 11100 | 101011 |
Color Harmonies of #8D6550
Complementary color
Monochromatic Colors of #8D6550
Black with #8D6550
Text Example
Text Example
White with #8D6550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6550; }
p { color: rgb(141,101,80); }
H1.HeaderClassName
{
color: #8D6550;
}
.AnyTagClassName
{
color: #8D6550;
}
</style>
background-color css
<style>
a { background-color: #8D6550; }
a { background-color: rgb(141,101,80); }
div.DivClassName
{
background-color: #8D6550;
}
.BgClassName
{
background-color: #8D6550;
}
</style>
border-color css
<style>
span { border-color: #8D6550; }
span { border-color: rgb(141,101,80); }
td.TdClassName
{
border-color: #8D6550;
}
.TagClassName
{
border-color: #8D6550;
}
</style>