Shades of Leather #936C52
Tints of Leather #936C52
RGB
CMYK
RGB Variations
Color information
#936C52 (or 0x936C52) is known color: Leather. HEX triplet: 93, 6C and 52. RGB value is (147,108,82). Sum of RGB (Red+Green+Blue) = 147+108+82=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #936C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936C52 is #6C93AD. Grayscale: #747474. Windows color (decimal): -7115694 or 5401747. OLE color: 5401747.
HSL color Cylindrical-coordinate representation of color #936C52: hue angle of 24º 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 #936C52 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 108 | 82 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.42 |
| HSL | 24º | 0.28% | 0.45% | - |
| HSV(B) | 24º | 0.44% | 0.58% | - |
| XYZ | 18.92 | 17.54 | 10.37 | - |
| YUV | 116.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 82 | 0 | 0.27 | 0.44 | 0.42 | 24 | 0.28 | 0.45 |
| Hex | 93 | 6C | 52 | 0 | 1B | 2C | 2A | 18 | 1C | 2D |
| Octal | 223 | 154 | 122 | 0 | 33 | 54 | 52 | 30 | 34 | 55 |
| Binary | 10010011 | 1101100 | 1010010 | 0 | 11011 | 101100 | 101010 | 11000 | 11100 | 101101 |
Color Harmonies of #936C52
Complementary color
Monochromatic Colors of #936C52
Black with #936C52
Text Example
Text Example
White with #936C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936C52; }
p { color: rgb(147,108,82); }
H1.HeaderClassName
{
color: #936C52;
}
.AnyTagClassName
{
color: #936C52;
}
</style>
background-color css
<style>
a { background-color: #936C52; }
a { background-color: rgb(147,108,82); }
div.DivClassName
{
background-color: #936C52;
}
.BgClassName
{
background-color: #936C52;
}
</style>
border-color css
<style>
span { border-color: #936C52; }
span { border-color: rgb(147,108,82); }
td.TdClassName
{
border-color: #936C52;
}
.TagClassName
{
border-color: #936C52;
}
</style>