Shades of Lemon Ginger #917C2E
Tints of Lemon Ginger #917C2E
RGB
CMYK
RGB Variations
Color information
#917C2E (or 0x917C2E) is known color: Lemon Ginger. HEX triplet: 91, 7C and 2E. RGB value is (145,124,46). Sum of RGB (Red+Green+Blue) = 145+124+46=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #917C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917C2E is #6E83D1. Grayscale: #797979. Windows color (decimal): -7242706 or 3046545. OLE color: 3046545.
HSL color Cylindrical-coordinate representation of color #917C2E: hue angle of 47.27º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #917C2E is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 46 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.43 |
| HSL | 47.27º | 0.52% | 0.37% | - |
| HSV(B) | 47.27º | 0.68% | 0.57% | - |
| XYZ | 19.38 | 20.63 | 5.55 | - |
| YUV | 121.39 | 85.46 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 46 | 0 | 0.14 | 0.68 | 0.43 | 47.27 | 0.52 | 0.37 |
| Hex | 91 | 7C | 2E | 0 | E | 44 | 2B | 2F | 34 | 25 |
| Octal | 221 | 174 | 56 | 0 | 16 | 104 | 53 | 57 | 64 | 45 |
| Binary | 10010001 | 1111100 | 101110 | 0 | 1110 | 1000100 | 101011 | 101111 | 110100 | 100101 |
Color Harmonies of #917C2E
Complementary color
Monochromatic Colors of #917C2E
Black with #917C2E
Text Example
Text Example
White with #917C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C2E; }
p { color: rgb(145,124,46); }
H1.HeaderClassName
{
color: #917C2E;
}
.AnyTagClassName
{
color: #917C2E;
}
</style>
background-color css
<style>
a { background-color: #917C2E; }
a { background-color: rgb(145,124,46); }
div.DivClassName
{
background-color: #917C2E;
}
.BgClassName
{
background-color: #917C2E;
}
</style>
border-color css
<style>
span { border-color: #917C2E; }
span { border-color: rgb(145,124,46); }
td.TdClassName
{
border-color: #917C2E;
}
.TagClassName
{
border-color: #917C2E;
}
</style>