Shades of Lemon Ginger #927E1E
Tints of Lemon Ginger #927E1E
RGB
CMYK
RGB Variations
Color information
#927E1E (or 0x927E1E) is known color: Lemon Ginger. HEX triplet: 92, 7E and 1E. RGB value is (146,126,30). Sum of RGB (Red+Green+Blue) = 146+126+30=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #927E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927E1E is #6D81E1. Grayscale: #797979. Windows color (decimal): -7176674 or 1998482. OLE color: 1998482.
HSL color Cylindrical-coordinate representation of color #927E1E: hue angle of 49.66º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #927E1E is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 30 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.43 |
| HSL | 49.66º | 0.66% | 0.35% | - |
| HSV(B) | 49.66º | 0.79% | 0.57% | - |
| XYZ | 19.55 | 21.13 | 4.28 | - |
| YUV | 121.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 30 | 0 | 0.14 | 0.79 | 0.43 | 49.66 | 0.66 | 0.35 |
| Hex | 92 | 7E | 1E | 0 | E | 4F | 2B | 32 | 42 | 23 |
| Octal | 222 | 176 | 36 | 0 | 16 | 117 | 53 | 62 | 102 | 43 |
| Binary | 10010010 | 1111110 | 11110 | 0 | 1110 | 1001111 | 101011 | 110010 | 1000010 | 100011 |
Color Harmonies of #927E1E
Complementary color
Monochromatic Colors of #927E1E
Black with #927E1E
Text Example
Text Example
White with #927E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E1E; }
p { color: rgb(146,126,30); }
H1.HeaderClassName
{
color: #927E1E;
}
.AnyTagClassName
{
color: #927E1E;
}
</style>
background-color css
<style>
a { background-color: #927E1E; }
a { background-color: rgb(146,126,30); }
div.DivClassName
{
background-color: #927E1E;
}
.BgClassName
{
background-color: #927E1E;
}
</style>
border-color css
<style>
span { border-color: #927E1E; }
span { border-color: rgb(146,126,30); }
td.TdClassName
{
border-color: #927E1E;
}
.TagClassName
{
border-color: #927E1E;
}
</style>