Shades of Lemon Ginger #938331
Tints of Lemon Ginger #938331
RGB
CMYK
RGB Variations
Color information
#938331 (or 0x938331) is known color: Lemon Ginger. HEX triplet: 93, 83 and 31. RGB value is (147,131,49). Sum of RGB (Red+Green+Blue) = 147+131+49=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #938331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938331 is #6C7CCE. Grayscale: #7E7E7E. Windows color (decimal): -7109839 or 3244947. OLE color: 3244947.
HSL color Cylindrical-coordinate representation of color #938331: hue angle of 50.2º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #938331 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 49 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.42 |
| HSL | 50.2º | 0.5% | 0.38% | - |
| HSV(B) | 50.2º | 0.67% | 0.58% | - |
| XYZ | 20.7 | 22.66 | 6.19 | - |
| YUV | 126.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 49 | 0 | 0.11 | 0.67 | 0.42 | 50.2 | 0.5 | 0.38 |
| Hex | 93 | 83 | 31 | 0 | B | 43 | 2A | 32 | 32 | 26 |
| Octal | 223 | 203 | 61 | 0 | 13 | 103 | 52 | 62 | 62 | 46 |
| Binary | 10010011 | 10000011 | 110001 | 0 | 1011 | 1000011 | 101010 | 110010 | 110010 | 100110 |
Color Harmonies of #938331
Complementary color
Monochromatic Colors of #938331
Black with #938331
Text Example
Text Example
White with #938331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938331; }
p { color: rgb(147,131,49); }
H1.HeaderClassName
{
color: #938331;
}
.AnyTagClassName
{
color: #938331;
}
</style>
background-color css
<style>
a { background-color: #938331; }
a { background-color: rgb(147,131,49); }
div.DivClassName
{
background-color: #938331;
}
.BgClassName
{
background-color: #938331;
}
</style>
border-color css
<style>
span { border-color: #938331; }
span { border-color: rgb(147,131,49); }
td.TdClassName
{
border-color: #938331;
}
.TagClassName
{
border-color: #938331;
}
</style>