Shades of Lemon Ginger #897E1F
Tints of Lemon Ginger #897E1F
RGB
CMYK
RGB Variations
Color information
#897E1F (or 0x897E1F) is known color: Lemon Ginger. HEX triplet: 89, 7E and 1F. RGB value is (137,126,31). Sum of RGB (Red+Green+Blue) = 137+126+31=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #897E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897E1F is #7681E0. Grayscale: #767676. Windows color (decimal): -7766497 or 2064009. OLE color: 2064009.
HSL color Cylindrical-coordinate representation of color #897E1F: hue angle of 53.77º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #897E1F is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 126 | 31 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.46 |
| HSL | 53.77º | 0.63% | 0.33% | - |
| HSV(B) | 53.77º | 0.77% | 0.54% | - |
| XYZ | 18.02 | 20.34 | 4.27 | - |
| YUV | 118.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 31 | 0 | 0.08 | 0.77 | 0.46 | 53.77 | 0.63 | 0.33 |
| Hex | 89 | 7E | 1F | 0 | 8 | 4D | 2E | 36 | 3F | 21 |
| Octal | 211 | 176 | 37 | 0 | 10 | 115 | 56 | 66 | 77 | 41 |
| Binary | 10001001 | 1111110 | 11111 | 0 | 1000 | 1001101 | 101110 | 110110 | 111111 | 100001 |
Color Harmonies of #897E1F
Complementary color
Monochromatic Colors of #897E1F
Black with #897E1F
Text Example
Text Example
White with #897E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E1F; }
p { color: rgb(137,126,31); }
H1.HeaderClassName
{
color: #897E1F;
}
.AnyTagClassName
{
color: #897E1F;
}
</style>
background-color css
<style>
a { background-color: #897E1F; }
a { background-color: rgb(137,126,31); }
div.DivClassName
{
background-color: #897E1F;
}
.BgClassName
{
background-color: #897E1F;
}
</style>
border-color css
<style>
span { border-color: #897E1F; }
span { border-color: rgb(137,126,31); }
td.TdClassName
{
border-color: #897E1F;
}
.TagClassName
{
border-color: #897E1F;
}
</style>