Shades of Lemon Ginger #8C812E
Tints of Lemon Ginger #8C812E
RGB
CMYK
RGB Variations
Color information
#8C812E (or 0x8C812E) is known color: Lemon Ginger. HEX triplet: 8C, 81 and 2E. RGB value is (140,129,46). Sum of RGB (Red+Green+Blue) = 140+129+46=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C812E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C812E is #737ED1. Grayscale: #7B7B7B. Windows color (decimal): -7569106 or 3047820. OLE color: 3047820.
HSL color Cylindrical-coordinate representation of color #8C812E: hue angle of 52.98º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C812E is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 46 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.45 |
| HSL | 52.98º | 0.51% | 0.36% | - |
| HSV(B) | 52.98º | 0.67% | 0.55% | - |
| XYZ | 19.16 | 21.47 | 5.72 | - |
| YUV | 122.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 46 | 0 | 0.08 | 0.67 | 0.45 | 52.98 | 0.51 | 0.36 |
| Hex | 8C | 81 | 2E | 0 | 8 | 43 | 2D | 35 | 33 | 24 |
| Octal | 214 | 201 | 56 | 0 | 10 | 103 | 55 | 65 | 63 | 44 |
| Binary | 10001100 | 10000001 | 101110 | 0 | 1000 | 1000011 | 101101 | 110101 | 110011 | 100100 |
Color Harmonies of #8C812E
Complementary color
Monochromatic Colors of #8C812E
Black with #8C812E
Text Example
Text Example
White with #8C812E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C812E; }
p { color: rgb(140,129,46); }
H1.HeaderClassName
{
color: #8C812E;
}
.AnyTagClassName
{
color: #8C812E;
}
</style>
background-color css
<style>
a { background-color: #8C812E; }
a { background-color: rgb(140,129,46); }
div.DivClassName
{
background-color: #8C812E;
}
.BgClassName
{
background-color: #8C812E;
}
</style>
border-color css
<style>
span { border-color: #8C812E; }
span { border-color: rgb(140,129,46); }
td.TdClassName
{
border-color: #8C812E;
}
.TagClassName
{
border-color: #8C812E;
}
</style>