Shades of Lemon Ginger #937F34
Tints of Lemon Ginger #937F34
RGB
CMYK
RGB Variations
Color information
#937F34 (or 0x937F34) is known color: Lemon Ginger. HEX triplet: 93, 7F and 34. RGB value is (147,127,52). Sum of RGB (Red+Green+Blue) = 147+127+52=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #937F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937F34 is #6C80CB. Grayscale: #7C7C7C. Windows color (decimal): -7110860 or 3440531. OLE color: 3440531.
HSL color Cylindrical-coordinate representation of color #937F34: hue angle of 47.37º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #937F34 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 52 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.42 |
| HSL | 47.37º | 0.48% | 0.39% | - |
| HSV(B) | 47.37º | 0.65% | 0.58% | - |
| XYZ | 20.24 | 21.63 | 6.36 | - |
| YUV | 124.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 52 | 0 | 0.14 | 0.65 | 0.42 | 47.37 | 0.48 | 0.39 |
| Hex | 93 | 7F | 34 | 0 | E | 41 | 2A | 2F | 30 | 27 |
| Octal | 223 | 177 | 64 | 0 | 16 | 101 | 52 | 57 | 60 | 47 |
| Binary | 10010011 | 1111111 | 110100 | 0 | 1110 | 1000001 | 101010 | 101111 | 110000 | 100111 |
Color Harmonies of #937F34
Complementary color
Monochromatic Colors of #937F34
Black with #937F34
Text Example
Text Example
White with #937F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F34; }
p { color: rgb(147,127,52); }
H1.HeaderClassName
{
color: #937F34;
}
.AnyTagClassName
{
color: #937F34;
}
</style>
background-color css
<style>
a { background-color: #937F34; }
a { background-color: rgb(147,127,52); }
div.DivClassName
{
background-color: #937F34;
}
.BgClassName
{
background-color: #937F34;
}
</style>
border-color css
<style>
span { border-color: #937F34; }
span { border-color: rgb(147,127,52); }
td.TdClassName
{
border-color: #937F34;
}
.TagClassName
{
border-color: #937F34;
}
</style>