Shades of Leather #8B6C52
Tints of Leather #8B6C52
RGB
CMYK
RGB Variations
Color information
#8B6C52 (or 0x8B6C52) is known color: Leather. HEX triplet: 8B, 6C and 52. RGB value is (139,108,82). Sum of RGB (Red+Green+Blue) = 139+108+82=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6C52 is #7493AD. Grayscale: #727272. Windows color (decimal): -7639982 or 5401739. OLE color: 5401739.
HSL color Cylindrical-coordinate representation of color #8B6C52: hue angle of 27.37º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B6C52 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 108 | 82 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.45 |
| HSL | 27.37º | 0.26% | 0.43% | - |
| HSV(B) | 27.37º | 0.41% | 0.55% | - |
| XYZ | 17.53 | 16.82 | 10.31 | - |
| YUV | 114.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 108 | 82 | 0 | 0.22 | 0.41 | 0.45 | 27.37 | 0.26 | 0.43 |
| Hex | 8B | 6C | 52 | 0 | 16 | 29 | 2D | 1B | 1A | 2B |
| Octal | 213 | 154 | 122 | 0 | 26 | 51 | 55 | 33 | 32 | 53 |
| Binary | 10001011 | 1101100 | 1010010 | 0 | 10110 | 101001 | 101101 | 11011 | 11010 | 101011 |
Color Harmonies of #8B6C52
Complementary color
Monochromatic Colors of #8B6C52
Black with #8B6C52
Text Example
Text Example
White with #8B6C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6C52; }
p { color: rgb(139,108,82); }
H1.HeaderClassName
{
color: #8B6C52;
}
.AnyTagClassName
{
color: #8B6C52;
}
</style>
background-color css
<style>
a { background-color: #8B6C52; }
a { background-color: rgb(139,108,82); }
div.DivClassName
{
background-color: #8B6C52;
}
.BgClassName
{
background-color: #8B6C52;
}
</style>
border-color css
<style>
span { border-color: #8B6C52; }
span { border-color: rgb(139,108,82); }
td.TdClassName
{
border-color: #8B6C52;
}
.TagClassName
{
border-color: #8B6C52;
}
</style>