Shades of Lemon Ginger #897F2C
Tints of Lemon Ginger #897F2C
RGB
CMYK
RGB Variations
Color information
#897F2C (or 0x897F2C) is known color: Lemon Ginger. HEX triplet: 89, 7F and 2C. RGB value is (137,127,44). Sum of RGB (Red+Green+Blue) = 137+127+44=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #897F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897F2C is #7680D3. Grayscale: #787878. Windows color (decimal): -7766228 or 2916233. OLE color: 2916233.
HSL color Cylindrical-coordinate representation of color #897F2C: hue angle of 53.55º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #897F2C is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 127 | 44 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.46 |
| HSL | 53.55º | 0.51% | 0.35% | - |
| HSV(B) | 53.55º | 0.68% | 0.54% | - |
| XYZ | 18.36 | 20.68 | 5.41 | - |
| YUV | 120.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 44 | 0 | 0.07 | 0.68 | 0.46 | 53.55 | 0.51 | 0.35 |
| Hex | 89 | 7F | 2C | 0 | 7 | 44 | 2E | 36 | 33 | 23 |
| Octal | 211 | 177 | 54 | 0 | 7 | 104 | 56 | 66 | 63 | 43 |
| Binary | 10001001 | 1111111 | 101100 | 0 | 111 | 1000100 | 101110 | 110110 | 110011 | 100011 |
Color Harmonies of #897F2C
Complementary color
Monochromatic Colors of #897F2C
Black with #897F2C
Text Example
Text Example
White with #897F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F2C; }
p { color: rgb(137,127,44); }
H1.HeaderClassName
{
color: #897F2C;
}
.AnyTagClassName
{
color: #897F2C;
}
</style>
background-color css
<style>
a { background-color: #897F2C; }
a { background-color: rgb(137,127,44); }
div.DivClassName
{
background-color: #897F2C;
}
.BgClassName
{
background-color: #897F2C;
}
</style>
border-color css
<style>
span { border-color: #897F2C; }
span { border-color: rgb(137,127,44); }
td.TdClassName
{
border-color: #897F2C;
}
.TagClassName
{
border-color: #897F2C;
}
</style>