Shades of Lemon Ginger #897E2A
Tints of Lemon Ginger #897E2A
RGB
CMYK
RGB Variations
Color information
#897E2A (or 0x897E2A) is known color: Lemon Ginger. HEX triplet: 89, 7E and 2A. RGB value is (137,126,42). Sum of RGB (Red+Green+Blue) = 137+126+42=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #897E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897E2A is #7681D5. Grayscale: #787878. Windows color (decimal): -7766486 or 2784905. OLE color: 2784905.
HSL color Cylindrical-coordinate representation of color #897E2A: hue angle of 53.05º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #897E2A is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 126 | 42 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.46 |
| HSL | 53.05º | 0.53% | 0.35% | - |
| HSV(B) | 53.05º | 0.69% | 0.54% | - |
| XYZ | 18.2 | 20.41 | 5.17 | - |
| YUV | 119.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 42 | 0 | 0.08 | 0.69 | 0.46 | 53.05 | 0.53 | 0.35 |
| Hex | 89 | 7E | 2A | 0 | 8 | 45 | 2E | 35 | 35 | 23 |
| Octal | 211 | 176 | 52 | 0 | 10 | 105 | 56 | 65 | 65 | 43 |
| Binary | 10001001 | 1111110 | 101010 | 0 | 1000 | 1000101 | 101110 | 110101 | 110101 | 100011 |
Color Harmonies of #897E2A
Complementary color
Monochromatic Colors of #897E2A
Black with #897E2A
Text Example
Text Example
White with #897E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E2A; }
p { color: rgb(137,126,42); }
H1.HeaderClassName
{
color: #897E2A;
}
.AnyTagClassName
{
color: #897E2A;
}
</style>
background-color css
<style>
a { background-color: #897E2A; }
a { background-color: rgb(137,126,42); }
div.DivClassName
{
background-color: #897E2A;
}
.BgClassName
{
background-color: #897E2A;
}
</style>
border-color css
<style>
span { border-color: #897E2A; }
span { border-color: rgb(137,126,42); }
td.TdClassName
{
border-color: #897E2A;
}
.TagClassName
{
border-color: #897E2A;
}
</style>