Shades of Leather #8F6952
Tints of Leather #8F6952
RGB
CMYK
RGB Variations
Color information
#8F6952 (or 0x8F6952) is known color: Leather. HEX triplet: 8F, 69 and 52. RGB value is (143,105,82). Sum of RGB (Red+Green+Blue) = 143+105+82=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6952 is #7096AD. Grayscale: #717171. Windows color (decimal): -7378606 or 5400975. OLE color: 5400975.
HSL color Cylindrical-coordinate representation of color #8F6952: hue angle of 22.62º 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 #8F6952 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 82 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.44 |
| HSL | 22.62º | 0.27% | 0.44% | - |
| HSV(B) | 22.62º | 0.43% | 0.56% | - |
| XYZ | 17.9 | 16.55 | 10.23 | - |
| YUV | 113.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 82 | 0 | 0.27 | 0.43 | 0.44 | 22.62 | 0.27 | 0.44 |
| Hex | 8F | 69 | 52 | 0 | 1B | 2B | 2C | 17 | 1B | 2C |
| Octal | 217 | 151 | 122 | 0 | 33 | 53 | 54 | 27 | 33 | 54 |
| Binary | 10001111 | 1101001 | 1010010 | 0 | 11011 | 101011 | 101100 | 10111 | 11011 | 101100 |
Color Harmonies of #8F6952
Complementary color
Monochromatic Colors of #8F6952
Black with #8F6952
Text Example
Text Example
White with #8F6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6952; }
p { color: rgb(143,105,82); }
H1.HeaderClassName
{
color: #8F6952;
}
.AnyTagClassName
{
color: #8F6952;
}
</style>
background-color css
<style>
a { background-color: #8F6952; }
a { background-color: rgb(143,105,82); }
div.DivClassName
{
background-color: #8F6952;
}
.BgClassName
{
background-color: #8F6952;
}
</style>
border-color css
<style>
span { border-color: #8F6952; }
span { border-color: rgb(143,105,82); }
td.TdClassName
{
border-color: #8F6952;
}
.TagClassName
{
border-color: #8F6952;
}
</style>