Shades of Lemon Ginger #937C2D
Tints of Lemon Ginger #937C2D
RGB
CMYK
RGB Variations
Color information
#937C2D (or 0x937C2D) is known color: Lemon Ginger. HEX triplet: 93, 7C and 2D. RGB value is (147,124,45). Sum of RGB (Red+Green+Blue) = 147+124+45=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #937C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937C2D is #6C83D2. Grayscale: #7A7A7A. Windows color (decimal): -7111635 or 2981011. OLE color: 2981011.
HSL color Cylindrical-coordinate representation of color #937C2D: hue angle of 46.47º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #937C2D is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 45 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.42 |
| HSL | 46.47º | 0.53% | 0.38% | - |
| HSV(B) | 46.47º | 0.69% | 0.58% | - |
| XYZ | 19.71 | 20.81 | 5.46 | - |
| YUV | 121.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 45 | 0 | 0.16 | 0.69 | 0.42 | 46.47 | 0.53 | 0.38 |
| Hex | 93 | 7C | 2D | 0 | 10 | 45 | 2A | 2E | 35 | 26 |
| Octal | 223 | 174 | 55 | 0 | 20 | 105 | 52 | 56 | 65 | 46 |
| Binary | 10010011 | 1111100 | 101101 | 0 | 10000 | 1000101 | 101010 | 101110 | 110101 | 100110 |
Color Harmonies of #937C2D
Complementary color
Monochromatic Colors of #937C2D
Black with #937C2D
Text Example
Text Example
White with #937C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C2D; }
p { color: rgb(147,124,45); }
H1.HeaderClassName
{
color: #937C2D;
}
.AnyTagClassName
{
color: #937C2D;
}
</style>
background-color css
<style>
a { background-color: #937C2D; }
a { background-color: rgb(147,124,45); }
div.DivClassName
{
background-color: #937C2D;
}
.BgClassName
{
background-color: #937C2D;
}
</style>
border-color css
<style>
span { border-color: #937C2D; }
span { border-color: rgb(147,124,45); }
td.TdClassName
{
border-color: #937C2D;
}
.TagClassName
{
border-color: #937C2D;
}
</style>