Shades of Lemon Ginger #937C2C
Tints of Lemon Ginger #937C2C
RGB
CMYK
RGB Variations
Color information
#937C2C (or 0x937C2C) is known color: Lemon Ginger. HEX triplet: 93, 7C and 2C. RGB value is (147,124,44). Sum of RGB (Red+Green+Blue) = 147+124+44=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #937C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937C2C is #6C83D3. Grayscale: #7A7A7A. Windows color (decimal): -7111636 or 2915475. OLE color: 2915475.
HSL color Cylindrical-coordinate representation of color #937C2C: hue angle of 46.6º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #937C2C is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 44 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.42 |
| HSL | 46.6º | 0.54% | 0.37% | - |
| HSV(B) | 46.6º | 0.7% | 0.58% | - |
| XYZ | 19.69 | 20.8 | 5.36 | - |
| YUV | 121.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 44 | 0 | 0.16 | 0.70 | 0.42 | 46.6 | 0.54 | 0.37 |
| Hex | 93 | 7C | 2C | 0 | 10 | 46 | 2A | 2F | 36 | 25 |
| Octal | 223 | 174 | 54 | 0 | 20 | 106 | 52 | 57 | 66 | 45 |
| Binary | 10010011 | 1111100 | 101100 | 0 | 10000 | 1000110 | 101010 | 101111 | 110110 | 100101 |
Color Harmonies of #937C2C
Complementary color
Monochromatic Colors of #937C2C
Black with #937C2C
Text Example
Text Example
White with #937C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C2C; }
p { color: rgb(147,124,44); }
H1.HeaderClassName
{
color: #937C2C;
}
.AnyTagClassName
{
color: #937C2C;
}
</style>
background-color css
<style>
a { background-color: #937C2C; }
a { background-color: rgb(147,124,44); }
div.DivClassName
{
background-color: #937C2C;
}
.BgClassName
{
background-color: #937C2C;
}
</style>
border-color css
<style>
span { border-color: #937C2C; }
span { border-color: rgb(147,124,44); }
td.TdClassName
{
border-color: #937C2C;
}
.TagClassName
{
border-color: #937C2C;
}
</style>