Shades of Lemon Ginger #938332
Tints of Lemon Ginger #938332
RGB
CMYK
RGB Variations
Color information
#938332 (or 0x938332) is known color: Lemon Ginger. HEX triplet: 93, 83 and 32. RGB value is (147,131,50). Sum of RGB (Red+Green+Blue) = 147+131+50=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #938332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938332 is #6C7CCD. Grayscale: #7E7E7E. Windows color (decimal): -7109838 or 3310483. OLE color: 3310483.
HSL color Cylindrical-coordinate representation of color #938332: hue angle of 50.1º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #938332 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 50 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.42 |
| HSL | 50.1º | 0.49% | 0.39% | - |
| HSV(B) | 50.1º | 0.66% | 0.58% | - |
| XYZ | 20.72 | 22.67 | 6.3 | - |
| YUV | 126.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 50 | 0 | 0.11 | 0.66 | 0.42 | 50.1 | 0.49 | 0.39 |
| Hex | 93 | 83 | 32 | 0 | B | 42 | 2A | 32 | 31 | 27 |
| Octal | 223 | 203 | 62 | 0 | 13 | 102 | 52 | 62 | 61 | 47 |
| Binary | 10010011 | 10000011 | 110010 | 0 | 1011 | 1000010 | 101010 | 110010 | 110001 | 100111 |
Color Harmonies of #938332
Complementary color
Monochromatic Colors of #938332
Black with #938332
Text Example
Text Example
White with #938332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938332; }
p { color: rgb(147,131,50); }
H1.HeaderClassName
{
color: #938332;
}
.AnyTagClassName
{
color: #938332;
}
</style>
background-color css
<style>
a { background-color: #938332; }
a { background-color: rgb(147,131,50); }
div.DivClassName
{
background-color: #938332;
}
.BgClassName
{
background-color: #938332;
}
</style>
border-color css
<style>
span { border-color: #938332; }
span { border-color: rgb(147,131,50); }
td.TdClassName
{
border-color: #938332;
}
.TagClassName
{
border-color: #938332;
}
</style>