Shades of Lemon Ginger #917D31
Tints of Lemon Ginger #917D31
RGB
CMYK
RGB Variations
Color information
#917D31 (or 0x917D31) is known color: Lemon Ginger. HEX triplet: 91, 7D and 31. RGB value is (145,125,49). Sum of RGB (Red+Green+Blue) = 145+125+49=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #917D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D31 is #6E82CE. Grayscale: #7A7A7A. Windows color (decimal): -7242447 or 3243409. OLE color: 3243409.
HSL color Cylindrical-coordinate representation of color #917D31: hue angle of 47.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #917D31 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 49 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.43 |
| HSL | 47.5º | 0.49% | 0.38% | - |
| HSV(B) | 47.5º | 0.66% | 0.57% | - |
| XYZ | 19.57 | 20.91 | 5.91 | - |
| YUV | 122.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 49 | 0 | 0.14 | 0.66 | 0.43 | 47.5 | 0.49 | 0.38 |
| Hex | 91 | 7D | 31 | 0 | E | 42 | 2B | 30 | 31 | 26 |
| Octal | 221 | 175 | 61 | 0 | 16 | 102 | 53 | 60 | 61 | 46 |
| Binary | 10010001 | 1111101 | 110001 | 0 | 1110 | 1000010 | 101011 | 110000 | 110001 | 100110 |
Color Harmonies of #917D31
Complementary color
Monochromatic Colors of #917D31
Black with #917D31
Text Example
Text Example
White with #917D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D31; }
p { color: rgb(145,125,49); }
H1.HeaderClassName
{
color: #917D31;
}
.AnyTagClassName
{
color: #917D31;
}
</style>
background-color css
<style>
a { background-color: #917D31; }
a { background-color: rgb(145,125,49); }
div.DivClassName
{
background-color: #917D31;
}
.BgClassName
{
background-color: #917D31;
}
</style>
border-color css
<style>
span { border-color: #917D31; }
span { border-color: rgb(145,125,49); }
td.TdClassName
{
border-color: #917D31;
}
.TagClassName
{
border-color: #917D31;
}
</style>