Shades of Lemon Ginger #897B1E
Tints of Lemon Ginger #897B1E
RGB
CMYK
RGB Variations
Color information
#897B1E (or 0x897B1E) is known color: Lemon Ginger. HEX triplet: 89, 7B and 1E. RGB value is (137,123,30). Sum of RGB (Red+Green+Blue) = 137+123+30=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #897B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897B1E is #7684E1. Grayscale: #747474. Windows color (decimal): -7767266 or 1997705. OLE color: 1997705.
HSL color Cylindrical-coordinate representation of color #897B1E: hue angle of 52.15º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #897B1E is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 123 | 30 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.46 |
| HSL | 52.15º | 0.64% | 0.33% | - |
| HSV(B) | 52.15º | 0.78% | 0.54% | - |
| XYZ | 17.63 | 19.58 | 4.08 | - |
| YUV | 116.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 30 | 0 | 0.10 | 0.78 | 0.46 | 52.15 | 0.64 | 0.33 |
| Hex | 89 | 7B | 1E | 0 | A | 4E | 2E | 34 | 40 | 21 |
| Octal | 211 | 173 | 36 | 0 | 12 | 116 | 56 | 64 | 100 | 41 |
| Binary | 10001001 | 1111011 | 11110 | 0 | 1010 | 1001110 | 101110 | 110100 | 1000000 | 100001 |
Color Harmonies of #897B1E
Complementary color
Monochromatic Colors of #897B1E
Black with #897B1E
Text Example
Text Example
White with #897B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B1E; }
p { color: rgb(137,123,30); }
H1.HeaderClassName
{
color: #897B1E;
}
.AnyTagClassName
{
color: #897B1E;
}
</style>
background-color css
<style>
a { background-color: #897B1E; }
a { background-color: rgb(137,123,30); }
div.DivClassName
{
background-color: #897B1E;
}
.BgClassName
{
background-color: #897B1E;
}
</style>
border-color css
<style>
span { border-color: #897B1E; }
span { border-color: rgb(137,123,30); }
td.TdClassName
{
border-color: #897B1E;
}
.TagClassName
{
border-color: #897B1E;
}
</style>