Shades of Lemon Ginger #897D1F
Tints of Lemon Ginger #897D1F
RGB
CMYK
RGB Variations
Color information
#897D1F (or 0x897D1F) is known color: Lemon Ginger. HEX triplet: 89, 7D and 1F. RGB value is (137,125,31). Sum of RGB (Red+Green+Blue) = 137+125+31=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #897D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897D1F is #7682E0. Grayscale: #767676. Windows color (decimal): -7766753 or 2063753. OLE color: 2063753.
HSL color Cylindrical-coordinate representation of color #897D1F: hue angle of 53.21º 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 #897D1F is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 125 | 31 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.46 |
| HSL | 53.21º | 0.63% | 0.33% | - |
| HSV(B) | 53.21º | 0.77% | 0.54% | - |
| XYZ | 17.9 | 20.08 | 4.23 | - |
| YUV | 117.87 | 78.98 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 31 | 0 | 0.09 | 0.77 | 0.46 | 53.21 | 0.63 | 0.33 |
| Hex | 89 | 7D | 1F | 0 | 9 | 4D | 2E | 35 | 3F | 21 |
| Octal | 211 | 175 | 37 | 0 | 11 | 115 | 56 | 65 | 77 | 41 |
| Binary | 10001001 | 1111101 | 11111 | 0 | 1001 | 1001101 | 101110 | 110101 | 111111 | 100001 |
Color Harmonies of #897D1F
Complementary color
Monochromatic Colors of #897D1F
Black with #897D1F
Text Example
Text Example
White with #897D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897D1F; }
p { color: rgb(137,125,31); }
H1.HeaderClassName
{
color: #897D1F;
}
.AnyTagClassName
{
color: #897D1F;
}
</style>
background-color css
<style>
a { background-color: #897D1F; }
a { background-color: rgb(137,125,31); }
div.DivClassName
{
background-color: #897D1F;
}
.BgClassName
{
background-color: #897D1F;
}
</style>
border-color css
<style>
span { border-color: #897D1F; }
span { border-color: rgb(137,125,31); }
td.TdClassName
{
border-color: #897D1F;
}
.TagClassName
{
border-color: #897D1F;
}
</style>