Shades of Lemon Ginger #917921
Tints of Lemon Ginger #917921
RGB
CMYK
RGB Variations
Color information
#917921 (or 0x917921) is known color: Lemon Ginger. HEX triplet: 91, 79 and 21. RGB value is (145,121,33). Sum of RGB (Red+Green+Blue) = 145+121+33=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #917921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917921 is #6E86DE. Grayscale: #767676. Windows color (decimal): -7243487 or 2193809. OLE color: 2193809.
HSL color Cylindrical-coordinate representation of color #917921: hue angle of 47.14º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #917921 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 121 | 33 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.43 |
| HSL | 47.14º | 0.63% | 0.35% | - |
| HSV(B) | 47.14º | 0.77% | 0.57% | - |
| XYZ | 18.79 | 19.8 | 4.27 | - |
| YUV | 118.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 33 | 0 | 0.17 | 0.77 | 0.43 | 47.14 | 0.63 | 0.35 |
| Hex | 91 | 79 | 21 | 0 | 11 | 4D | 2B | 2F | 3F | 23 |
| Octal | 221 | 171 | 41 | 0 | 21 | 115 | 53 | 57 | 77 | 43 |
| Binary | 10010001 | 1111001 | 100001 | 0 | 10001 | 1001101 | 101011 | 101111 | 111111 | 100011 |
Color Harmonies of #917921
Complementary color
Monochromatic Colors of #917921
Black with #917921
Text Example
Text Example
White with #917921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917921; }
p { color: rgb(145,121,33); }
H1.HeaderClassName
{
color: #917921;
}
.AnyTagClassName
{
color: #917921;
}
</style>
background-color css
<style>
a { background-color: #917921; }
a { background-color: rgb(145,121,33); }
div.DivClassName
{
background-color: #917921;
}
.BgClassName
{
background-color: #917921;
}
</style>
border-color css
<style>
span { border-color: #917921; }
span { border-color: rgb(145,121,33); }
td.TdClassName
{
border-color: #917921;
}
.TagClassName
{
border-color: #917921;
}
</style>