Shades of Lemon Ginger #938522
Tints of Lemon Ginger #938522
RGB
CMYK
RGB Variations
Color information
#938522 (or 0x938522) is known color: Lemon Ginger. HEX triplet: 93, 85 and 22. RGB value is (147,133,34). Sum of RGB (Red+Green+Blue) = 147+133+34=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #938522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938522 is #6C7ADD. Grayscale: #7E7E7E. Windows color (decimal): -7109342 or 2262419. OLE color: 2262419.
HSL color Cylindrical-coordinate representation of color #938522: hue angle of 52.57º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #938522 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 133 | 34 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.42 |
| HSL | 52.57º | 0.62% | 0.35% | - |
| HSV(B) | 52.57º | 0.77% | 0.58% | - |
| XYZ | 20.71 | 23.09 | 4.88 | - |
| YUV | 125.9 | 76.14 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 34 | 0 | 0.10 | 0.77 | 0.42 | 52.57 | 0.62 | 0.35 |
| Hex | 93 | 85 | 22 | 0 | A | 4D | 2A | 35 | 3E | 23 |
| Octal | 223 | 205 | 42 | 0 | 12 | 115 | 52 | 65 | 76 | 43 |
| Binary | 10010011 | 10000101 | 100010 | 0 | 1010 | 1001101 | 101010 | 110101 | 111110 | 100011 |
Color Harmonies of #938522
Complementary color
Monochromatic Colors of #938522
Black with #938522
Text Example
Text Example
White with #938522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938522; }
p { color: rgb(147,133,34); }
H1.HeaderClassName
{
color: #938522;
}
.AnyTagClassName
{
color: #938522;
}
</style>
background-color css
<style>
a { background-color: #938522; }
a { background-color: rgb(147,133,34); }
div.DivClassName
{
background-color: #938522;
}
.BgClassName
{
background-color: #938522;
}
</style>
border-color css
<style>
span { border-color: #938522; }
span { border-color: rgb(147,133,34); }
td.TdClassName
{
border-color: #938522;
}
.TagClassName
{
border-color: #938522;
}
</style>