Shades of Leather #8D6952
Tints of Leather #8D6952
RGB
CMYK
RGB Variations
Color information
#8D6952 (or 0x8D6952) is known color: Leather. HEX triplet: 8D, 69 and 52. RGB value is (141,105,82). Sum of RGB (Red+Green+Blue) = 141+105+82=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6952 is #7296AD. Grayscale: #717171. Windows color (decimal): -7509678 or 5400973. OLE color: 5400973.
HSL color Cylindrical-coordinate representation of color #8D6952: hue angle of 23.39º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D6952 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 105 | 82 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.45 |
| HSL | 23.39º | 0.26% | 0.44% | - |
| HSV(B) | 23.39º | 0.42% | 0.55% | - |
| XYZ | 17.56 | 16.38 | 10.22 | - |
| YUV | 113.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 105 | 82 | 0 | 0.26 | 0.42 | 0.45 | 23.39 | 0.26 | 0.44 |
| Hex | 8D | 69 | 52 | 0 | 1A | 2A | 2D | 17 | 1A | 2C |
| Octal | 215 | 151 | 122 | 0 | 32 | 52 | 55 | 27 | 32 | 54 |
| Binary | 10001101 | 1101001 | 1010010 | 0 | 11010 | 101010 | 101101 | 10111 | 11010 | 101100 |
Color Harmonies of #8D6952
Complementary color
Monochromatic Colors of #8D6952
Black with #8D6952
Text Example
Text Example
White with #8D6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6952; }
p { color: rgb(141,105,82); }
H1.HeaderClassName
{
color: #8D6952;
}
.AnyTagClassName
{
color: #8D6952;
}
</style>
background-color css
<style>
a { background-color: #8D6952; }
a { background-color: rgb(141,105,82); }
div.DivClassName
{
background-color: #8D6952;
}
.BgClassName
{
background-color: #8D6952;
}
</style>
border-color css
<style>
span { border-color: #8D6952; }
span { border-color: rgb(141,105,82); }
td.TdClassName
{
border-color: #8D6952;
}
.TagClassName
{
border-color: #8D6952;
}
</style>