Shades of Lemon Ginger #927C2C
Tints of Lemon Ginger #927C2C
RGB
CMYK
RGB Variations
Color information
#927C2C (or 0x927C2C) is known color: Lemon Ginger. HEX triplet: 92, 7C and 2C. RGB value is (146,124,44). Sum of RGB (Red+Green+Blue) = 146+124+44=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #927C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C2C is #6D83D3. Grayscale: #797979. Windows color (decimal): -7177172 or 2915474. OLE color: 2915474.
HSL color Cylindrical-coordinate representation of color #927C2C: hue angle of 47.06º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #927C2C is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 44 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.43 |
| HSL | 47.06º | 0.54% | 0.37% | - |
| HSV(B) | 47.06º | 0.7% | 0.57% | - |
| XYZ | 19.52 | 20.71 | 5.35 | - |
| YUV | 121.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 44 | 0 | 0.15 | 0.70 | 0.43 | 47.06 | 0.54 | 0.37 |
| Hex | 92 | 7C | 2C | 0 | F | 46 | 2B | 2F | 36 | 25 |
| Octal | 222 | 174 | 54 | 0 | 17 | 106 | 53 | 57 | 66 | 45 |
| Binary | 10010010 | 1111100 | 101100 | 0 | 1111 | 1000110 | 101011 | 101111 | 110110 | 100101 |
Color Harmonies of #927C2C
Complementary color
Monochromatic Colors of #927C2C
Black with #927C2C
Text Example
Text Example
White with #927C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C2C; }
p { color: rgb(146,124,44); }
H1.HeaderClassName
{
color: #927C2C;
}
.AnyTagClassName
{
color: #927C2C;
}
</style>
background-color css
<style>
a { background-color: #927C2C; }
a { background-color: rgb(146,124,44); }
div.DivClassName
{
background-color: #927C2C;
}
.BgClassName
{
background-color: #927C2C;
}
</style>
border-color css
<style>
span { border-color: #927C2C; }
span { border-color: rgb(146,124,44); }
td.TdClassName
{
border-color: #927C2C;
}
.TagClassName
{
border-color: #927C2C;
}
</style>