Shades of Lemon Ginger #917F2D
Tints of Lemon Ginger #917F2D
RGB
CMYK
RGB Variations
Color information
#917F2D (or 0x917F2D) is known color: Lemon Ginger. HEX triplet: 91, 7F and 2D. RGB value is (145,127,45). Sum of RGB (Red+Green+Blue) = 145+127+45=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #917F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917F2D is #6E80D2. Grayscale: #7B7B7B. Windows color (decimal): -7241939 or 2981777. OLE color: 2981777.
HSL color Cylindrical-coordinate representation of color #917F2D: hue angle of 49.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #917F2D is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 45 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.43 |
| HSL | 49.2º | 0.53% | 0.37% | - |
| HSV(B) | 49.2º | 0.69% | 0.57% | - |
| XYZ | 19.74 | 21.39 | 5.57 | - |
| YUV | 123.03 | 83.96 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 45 | 0 | 0.12 | 0.69 | 0.43 | 49.2 | 0.53 | 0.37 |
| Hex | 91 | 7F | 2D | 0 | C | 45 | 2B | 31 | 35 | 25 |
| Octal | 221 | 177 | 55 | 0 | 14 | 105 | 53 | 61 | 65 | 45 |
| Binary | 10010001 | 1111111 | 101101 | 0 | 1100 | 1000101 | 101011 | 110001 | 110101 | 100101 |
Color Harmonies of #917F2D
Complementary color
Monochromatic Colors of #917F2D
Black with #917F2D
Text Example
Text Example
White with #917F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F2D; }
p { color: rgb(145,127,45); }
H1.HeaderClassName
{
color: #917F2D;
}
.AnyTagClassName
{
color: #917F2D;
}
</style>
background-color css
<style>
a { background-color: #917F2D; }
a { background-color: rgb(145,127,45); }
div.DivClassName
{
background-color: #917F2D;
}
.BgClassName
{
background-color: #917F2D;
}
</style>
border-color css
<style>
span { border-color: #917F2D; }
span { border-color: rgb(145,127,45); }
td.TdClassName
{
border-color: #917F2D;
}
.TagClassName
{
border-color: #917F2D;
}
</style>