Shades of Leather #926D52
Tints of Leather #926D52
RGB
CMYK
RGB Variations
Color information
#926D52 (or 0x926D52) is known color: Leather. HEX triplet: 92, 6D and 52. RGB value is (146,109,82). Sum of RGB (Red+Green+Blue) = 146+109+82=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #926D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D52 is #6D92AD. Grayscale: #757575. Windows color (decimal): -7180974 or 5402002. OLE color: 5402002.
HSL color Cylindrical-coordinate representation of color #926D52: hue angle of 25.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #926D52 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 82 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.43 |
| HSL | 25.31º | 0.28% | 0.45% | - |
| HSV(B) | 25.31º | 0.44% | 0.57% | - |
| XYZ | 18.85 | 17.66 | 10.4 | - |
| YUV | 116.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 82 | 0 | 0.25 | 0.44 | 0.43 | 25.31 | 0.28 | 0.45 |
| Hex | 92 | 6D | 52 | 0 | 19 | 2C | 2B | 19 | 1C | 2D |
| Octal | 222 | 155 | 122 | 0 | 31 | 54 | 53 | 31 | 34 | 55 |
| Binary | 10010010 | 1101101 | 1010010 | 0 | 11001 | 101100 | 101011 | 11001 | 11100 | 101101 |
Color Harmonies of #926D52
Complementary color
Monochromatic Colors of #926D52
Black with #926D52
Text Example
Text Example
White with #926D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D52; }
p { color: rgb(146,109,82); }
H1.HeaderClassName
{
color: #926D52;
}
.AnyTagClassName
{
color: #926D52;
}
</style>
background-color css
<style>
a { background-color: #926D52; }
a { background-color: rgb(146,109,82); }
div.DivClassName
{
background-color: #926D52;
}
.BgClassName
{
background-color: #926D52;
}
</style>
border-color css
<style>
span { border-color: #926D52; }
span { border-color: rgb(146,109,82); }
td.TdClassName
{
border-color: #926D52;
}
.TagClassName
{
border-color: #926D52;
}
</style>