Shades of Lemon Ginger #8E7B2E
Tints of Lemon Ginger #8E7B2E
RGB
CMYK
RGB Variations
Color information
#8E7B2E (or 0x8E7B2E) is known color: Lemon Ginger. HEX triplet: 8E, 7B and 2E. RGB value is (142,123,46). Sum of RGB (Red+Green+Blue) = 142+123+46=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7B2E is #7184D1. Grayscale: #787878. Windows color (decimal): -7439570 or 3046286. OLE color: 3046286.
HSL color Cylindrical-coordinate representation of color #8E7B2E: hue angle of 48.12º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E7B2E is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 123 | 46 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.44 |
| HSL | 48.13º | 0.51% | 0.37% | - |
| HSV(B) | 48.13º | 0.68% | 0.56% | - |
| XYZ | 18.73 | 20.11 | 5.48 | - |
| YUV | 119.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 123 | 46 | 0 | 0.13 | 0.68 | 0.44 | 48.13 | 0.51 | 0.37 |
| Hex | 8E | 7B | 2E | 0 | D | 44 | 2C | 30 | 33 | 25 |
| Octal | 216 | 173 | 56 | 0 | 15 | 104 | 54 | 60 | 63 | 45 |
| Binary | 10001110 | 1111011 | 101110 | 0 | 1101 | 1000100 | 101100 | 110000 | 110011 | 100101 |
Color Harmonies of #8E7B2E
Complementary color
Monochromatic Colors of #8E7B2E
Black with #8E7B2E
Text Example
Text Example
White with #8E7B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7B2E; }
p { color: rgb(142,123,46); }
H1.HeaderClassName
{
color: #8E7B2E;
}
.AnyTagClassName
{
color: #8E7B2E;
}
</style>
background-color css
<style>
a { background-color: #8E7B2E; }
a { background-color: rgb(142,123,46); }
div.DivClassName
{
background-color: #8E7B2E;
}
.BgClassName
{
background-color: #8E7B2E;
}
</style>
border-color css
<style>
span { border-color: #8E7B2E; }
span { border-color: rgb(142,123,46); }
td.TdClassName
{
border-color: #8E7B2E;
}
.TagClassName
{
border-color: #8E7B2E;
}
</style>