Shades of Lemon Ginger #937D39
Tints of Lemon Ginger #937D39
RGB
CMYK
RGB Variations
Color information
#937D39 (or 0x937D39) is known color: Lemon Ginger. HEX triplet: 93, 7D and 39. RGB value is (147,125,57). Sum of RGB (Red+Green+Blue) = 147+125+57=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #937D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D39 is #6C82C6. Grayscale: #7C7C7C. Windows color (decimal): -7111367 or 3767699. OLE color: 3767699.
HSL color Cylindrical-coordinate representation of color #937D39: hue angle of 45.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #937D39 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 57 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.42 |
| HSL | 45.33º | 0.44% | 0.4% | - |
| HSV(B) | 45.33º | 0.61% | 0.58% | - |
| XYZ | 20.1 | 21.17 | 6.9 | - |
| YUV | 123.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 57 | 0 | 0.15 | 0.61 | 0.42 | 45.33 | 0.44 | 0.4 |
| Hex | 93 | 7D | 39 | 0 | F | 3D | 2A | 2D | 2C | 28 |
| Octal | 223 | 175 | 71 | 0 | 17 | 75 | 52 | 55 | 54 | 50 |
| Binary | 10010011 | 1111101 | 111001 | 0 | 1111 | 111101 | 101010 | 101101 | 101100 | 101000 |
Color Harmonies of #937D39
Complementary color
Monochromatic Colors of #937D39
Black with #937D39
Text Example
Text Example
White with #937D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D39; }
p { color: rgb(147,125,57); }
H1.HeaderClassName
{
color: #937D39;
}
.AnyTagClassName
{
color: #937D39;
}
</style>
background-color css
<style>
a { background-color: #937D39; }
a { background-color: rgb(147,125,57); }
div.DivClassName
{
background-color: #937D39;
}
.BgClassName
{
background-color: #937D39;
}
</style>
border-color css
<style>
span { border-color: #937D39; }
span { border-color: rgb(147,125,57); }
td.TdClassName
{
border-color: #937D39;
}
.TagClassName
{
border-color: #937D39;
}
</style>