Shades of Lemon Ginger #918313
Tints of Lemon Ginger #918313
RGB
CMYK
RGB Variations
Color information
#918313 (or 0x918313) is known color: Lemon Ginger. HEX triplet: 91, 83 and 13. RGB value is (145,131,19). Sum of RGB (Red+Green+Blue) = 145+131+19=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #918313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918313 is #6E7CEC. Grayscale: #7A7A7A. Windows color (decimal): -7240941 or 1278865. OLE color: 1278865.
HSL color Cylindrical-coordinate representation of color #918313: hue angle of 53.33º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #918313 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 131 | 19 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.43 |
| HSL | 53.33º | 0.77% | 0.32% | - |
| HSV(B) | 53.33º | 0.87% | 0.57% | - |
| XYZ | 19.91 | 22.3 | 3.87 | - |
| YUV | 122.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 19 | 0 | 0.10 | 0.87 | 0.43 | 53.33 | 0.77 | 0.32 |
| Hex | 91 | 83 | 13 | 0 | A | 57 | 2B | 35 | 4D | 20 |
| Octal | 221 | 203 | 23 | 0 | 12 | 127 | 53 | 65 | 115 | 40 |
| Binary | 10010001 | 10000011 | 10011 | 0 | 1010 | 1010111 | 101011 | 110101 | 1001101 | 100000 |
Color Harmonies of #918313
Complementary color
Monochromatic Colors of #918313
Black with #918313
Text Example
Text Example
White with #918313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918313; }
p { color: rgb(145,131,19); }
H1.HeaderClassName
{
color: #918313;
}
.AnyTagClassName
{
color: #918313;
}
</style>
background-color css
<style>
a { background-color: #918313; }
a { background-color: rgb(145,131,19); }
div.DivClassName
{
background-color: #918313;
}
.BgClassName
{
background-color: #918313;
}
</style>
border-color css
<style>
span { border-color: #918313; }
span { border-color: rgb(145,131,19); }
td.TdClassName
{
border-color: #918313;
}
.TagClassName
{
border-color: #918313;
}
</style>