Shades of Lemon Ginger #938319
Tints of Lemon Ginger #938319
RGB
CMYK
RGB Variations
Color information
#938319 (or 0x938319) is known color: Lemon Ginger. HEX triplet: 93, 83 and 19. RGB value is (147,131,25). Sum of RGB (Red+Green+Blue) = 147+131+25=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #938319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938319 is #6C7CE6. Grayscale: #7C7C7C. Windows color (decimal): -7109863 or 1672083. OLE color: 1672083.
HSL color Cylindrical-coordinate representation of color #938319: hue angle of 52.13º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #938319 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 25 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.42 |
| HSL | 52.13º | 0.71% | 0.34% | - |
| HSV(B) | 52.13º | 0.83% | 0.58% | - |
| XYZ | 20.32 | 22.51 | 4.19 | - |
| YUV | 123.7 | 72.3 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 25 | 0 | 0.11 | 0.83 | 0.42 | 52.13 | 0.71 | 0.34 |
| Hex | 93 | 83 | 19 | 0 | B | 53 | 2A | 34 | 47 | 22 |
| Octal | 223 | 203 | 31 | 0 | 13 | 123 | 52 | 64 | 107 | 42 |
| Binary | 10010011 | 10000011 | 11001 | 0 | 1011 | 1010011 | 101010 | 110100 | 1000111 | 100010 |
Color Harmonies of #938319
Complementary color
Monochromatic Colors of #938319
Black with #938319
Text Example
Text Example
White with #938319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938319; }
p { color: rgb(147,131,25); }
H1.HeaderClassName
{
color: #938319;
}
.AnyTagClassName
{
color: #938319;
}
</style>
background-color css
<style>
a { background-color: #938319; }
a { background-color: rgb(147,131,25); }
div.DivClassName
{
background-color: #938319;
}
.BgClassName
{
background-color: #938319;
}
</style>
border-color css
<style>
span { border-color: #938319; }
span { border-color: rgb(147,131,25); }
td.TdClassName
{
border-color: #938319;
}
.TagClassName
{
border-color: #938319;
}
</style>