Shades of Leather #916F52
Tints of Leather #916F52
RGB
CMYK
RGB Variations
Color information
#916F52 (or 0x916F52) is known color: Leather. HEX triplet: 91, 6F and 52. RGB value is (145,111,82). Sum of RGB (Red+Green+Blue) = 145+111+82=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #916F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F52 is #6E90AD. Grayscale: #767676. Windows color (decimal): -7245998 or 5402513. OLE color: 5402513.
HSL color Cylindrical-coordinate representation of color #916F52: hue angle of 27.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #916F52 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 82 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.43 |
| HSL | 27.62º | 0.28% | 0.45% | - |
| HSV(B) | 27.62º | 0.43% | 0.57% | - |
| XYZ | 18.88 | 18 | 10.46 | - |
| YUV | 117.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 82 | 0 | 0.23 | 0.43 | 0.43 | 27.62 | 0.28 | 0.45 |
| Hex | 91 | 6F | 52 | 0 | 17 | 2B | 2B | 1C | 1C | 2D |
| Octal | 221 | 157 | 122 | 0 | 27 | 53 | 53 | 34 | 34 | 55 |
| Binary | 10010001 | 1101111 | 1010010 | 0 | 10111 | 101011 | 101011 | 11100 | 11100 | 101101 |
Color Harmonies of #916F52
Complementary color
Monochromatic Colors of #916F52
Black with #916F52
Text Example
Text Example
White with #916F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F52; }
p { color: rgb(145,111,82); }
H1.HeaderClassName
{
color: #916F52;
}
.AnyTagClassName
{
color: #916F52;
}
</style>
background-color css
<style>
a { background-color: #916F52; }
a { background-color: rgb(145,111,82); }
div.DivClassName
{
background-color: #916F52;
}
.BgClassName
{
background-color: #916F52;
}
</style>
border-color css
<style>
span { border-color: #916F52; }
span { border-color: rgb(145,111,82); }
td.TdClassName
{
border-color: #916F52;
}
.TagClassName
{
border-color: #916F52;
}
</style>