Shades of Leather #8A6952
Tints of Leather #8A6952
RGB
CMYK
RGB Variations
Color information
#8A6952 (or 0x8A6952) is known color: Leather. HEX triplet: 8A, 69 and 52. RGB value is (138,105,82). Sum of RGB (Red+Green+Blue) = 138+105+82=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6952 is #7596AD. Grayscale: #707070. Windows color (decimal): -7706286 or 5400970. OLE color: 5400970.
HSL color Cylindrical-coordinate representation of color #8A6952: hue angle of 24.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A6952 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 105 | 82 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.46 |
| HSL | 24.64º | 0.25% | 0.43% | - |
| HSV(B) | 24.64º | 0.41% | 0.54% | - |
| XYZ | 17.06 | 16.12 | 10.19 | - |
| YUV | 112.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 82 | 0 | 0.24 | 0.41 | 0.46 | 24.64 | 0.25 | 0.43 |
| Hex | 8A | 69 | 52 | 0 | 18 | 29 | 2E | 19 | 19 | 2B |
| Octal | 212 | 151 | 122 | 0 | 30 | 51 | 56 | 31 | 31 | 53 |
| Binary | 10001010 | 1101001 | 1010010 | 0 | 11000 | 101001 | 101110 | 11001 | 11001 | 101011 |
Color Harmonies of #8A6952
Complementary color
Monochromatic Colors of #8A6952
Black with #8A6952
Text Example
Text Example
White with #8A6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6952; }
p { color: rgb(138,105,82); }
H1.HeaderClassName
{
color: #8A6952;
}
.AnyTagClassName
{
color: #8A6952;
}
</style>
background-color css
<style>
a { background-color: #8A6952; }
a { background-color: rgb(138,105,82); }
div.DivClassName
{
background-color: #8A6952;
}
.BgClassName
{
background-color: #8A6952;
}
</style>
border-color css
<style>
span { border-color: #8A6952; }
span { border-color: rgb(138,105,82); }
td.TdClassName
{
border-color: #8A6952;
}
.TagClassName
{
border-color: #8A6952;
}
</style>