Shades of Leather #936D52
Tints of Leather #936D52
RGB
CMYK
RGB Variations
Color information
#936D52 (or 0x936D52) is known color: Leather. HEX triplet: 93, 6D and 52. RGB value is (147,109,82). Sum of RGB (Red+Green+Blue) = 147+109+82=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #936D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D52 is #6C92AD. Grayscale: #757575. Windows color (decimal): -7115438 or 5402003. OLE color: 5402003.
HSL color Cylindrical-coordinate representation of color #936D52: hue angle of 24.92º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #936D52 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 109 | 82 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.42 |
| HSL | 24.92º | 0.28% | 0.45% | - |
| HSV(B) | 24.92º | 0.44% | 0.58% | - |
| XYZ | 19.02 | 17.75 | 10.41 | - |
| YUV | 117.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 82 | 0 | 0.26 | 0.44 | 0.42 | 24.92 | 0.28 | 0.45 |
| Hex | 93 | 6D | 52 | 0 | 1A | 2C | 2A | 19 | 1C | 2D |
| Octal | 223 | 155 | 122 | 0 | 32 | 54 | 52 | 31 | 34 | 55 |
| Binary | 10010011 | 1101101 | 1010010 | 0 | 11010 | 101100 | 101010 | 11001 | 11100 | 101101 |
Color Harmonies of #936D52
Complementary color
Monochromatic Colors of #936D52
Black with #936D52
Text Example
Text Example
White with #936D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936D52; }
p { color: rgb(147,109,82); }
H1.HeaderClassName
{
color: #936D52;
}
.AnyTagClassName
{
color: #936D52;
}
</style>
background-color css
<style>
a { background-color: #936D52; }
a { background-color: rgb(147,109,82); }
div.DivClassName
{
background-color: #936D52;
}
.BgClassName
{
background-color: #936D52;
}
</style>
border-color css
<style>
span { border-color: #936D52; }
span { border-color: rgb(147,109,82); }
td.TdClassName
{
border-color: #936D52;
}
.TagClassName
{
border-color: #936D52;
}
</style>