Shades of Lemon Ginger #938420
Tints of Lemon Ginger #938420
RGB
CMYK
RGB Variations
Color information
#938420 (or 0x938420) is known color: Lemon Ginger. HEX triplet: 93, 84 and 20. RGB value is (147,132,32). Sum of RGB (Red+Green+Blue) = 147+132+32=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #938420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938420 is #6C7BDF. Grayscale: #7D7D7D. Windows color (decimal): -7109600 or 2131091. OLE color: 2131091.
HSL color Cylindrical-coordinate representation of color #938420: hue angle of 52.17º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #938420 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 132 | 32 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.42 |
| HSL | 52.17º | 0.64% | 0.35% | - |
| HSV(B) | 52.17º | 0.78% | 0.58% | - |
| XYZ | 20.54 | 22.81 | 4.69 | - |
| YUV | 125.09 | 75.47 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 32 | 0 | 0.10 | 0.78 | 0.42 | 52.17 | 0.64 | 0.35 |
| Hex | 93 | 84 | 20 | 0 | A | 4E | 2A | 34 | 40 | 23 |
| Octal | 223 | 204 | 40 | 0 | 12 | 116 | 52 | 64 | 100 | 43 |
| Binary | 10010011 | 10000100 | 100000 | 0 | 1010 | 1001110 | 101010 | 110100 | 1000000 | 100011 |
Color Harmonies of #938420
Complementary color
Monochromatic Colors of #938420
Black with #938420
Text Example
Text Example
White with #938420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938420; }
p { color: rgb(147,132,32); }
H1.HeaderClassName
{
color: #938420;
}
.AnyTagClassName
{
color: #938420;
}
</style>
background-color css
<style>
a { background-color: #938420; }
a { background-color: rgb(147,132,32); }
div.DivClassName
{
background-color: #938420;
}
.BgClassName
{
background-color: #938420;
}
</style>
border-color css
<style>
span { border-color: #938420; }
span { border-color: rgb(147,132,32); }
td.TdClassName
{
border-color: #938420;
}
.TagClassName
{
border-color: #938420;
}
</style>