Shades of Lemon Ginger #897E2D
Tints of Lemon Ginger #897E2D
RGB
CMYK
RGB Variations
Color information
#897E2D (or 0x897E2D) is known color: Lemon Ginger. HEX triplet: 89, 7E and 2D. RGB value is (137,126,45). Sum of RGB (Red+Green+Blue) = 137+126+45=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #897E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897E2D is #7681D2. Grayscale: #787878. Windows color (decimal): -7766483 or 2981513. OLE color: 2981513.
HSL color Cylindrical-coordinate representation of color #897E2D: hue angle of 52.83º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #897E2D is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 126 | 45 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.46 |
| HSL | 52.83º | 0.51% | 0.36% | - |
| HSV(B) | 52.83º | 0.67% | 0.54% | - |
| XYZ | 18.25 | 20.43 | 5.46 | - |
| YUV | 120.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 45 | 0 | 0.08 | 0.67 | 0.46 | 52.83 | 0.51 | 0.36 |
| Hex | 89 | 7E | 2D | 0 | 8 | 43 | 2E | 35 | 33 | 24 |
| Octal | 211 | 176 | 55 | 0 | 10 | 103 | 56 | 65 | 63 | 44 |
| Binary | 10001001 | 1111110 | 101101 | 0 | 1000 | 1000011 | 101110 | 110101 | 110011 | 100100 |
Color Harmonies of #897E2D
Complementary color
Monochromatic Colors of #897E2D
Black with #897E2D
Text Example
Text Example
White with #897E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E2D; }
p { color: rgb(137,126,45); }
H1.HeaderClassName
{
color: #897E2D;
}
.AnyTagClassName
{
color: #897E2D;
}
</style>
background-color css
<style>
a { background-color: #897E2D; }
a { background-color: rgb(137,126,45); }
div.DivClassName
{
background-color: #897E2D;
}
.BgClassName
{
background-color: #897E2D;
}
</style>
border-color css
<style>
span { border-color: #897E2D; }
span { border-color: rgb(137,126,45); }
td.TdClassName
{
border-color: #897E2D;
}
.TagClassName
{
border-color: #897E2D;
}
</style>