Shades of Lemon Ginger #8D812E
Tints of Lemon Ginger #8D812E
RGB
CMYK
RGB Variations
Color information
#8D812E (or 0x8D812E) is known color: Lemon Ginger. HEX triplet: 8D, 81 and 2E. RGB value is (141,129,46). Sum of RGB (Red+Green+Blue) = 141+129+46=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D812E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D812E is #727ED1. Grayscale: #7B7B7B. Windows color (decimal): -7503570 or 3047821. OLE color: 3047821.
HSL color Cylindrical-coordinate representation of color #8D812E: hue angle of 52.42º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D812E is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 129 | 46 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.45 |
| HSL | 52.42º | 0.51% | 0.37% | - |
| HSV(B) | 52.42º | 0.67% | 0.55% | - |
| XYZ | 19.33 | 21.56 | 5.73 | - |
| YUV | 123.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 46 | 0 | 0.09 | 0.67 | 0.45 | 52.42 | 0.51 | 0.37 |
| Hex | 8D | 81 | 2E | 0 | 9 | 43 | 2D | 34 | 33 | 25 |
| Octal | 215 | 201 | 56 | 0 | 11 | 103 | 55 | 64 | 63 | 45 |
| Binary | 10001101 | 10000001 | 101110 | 0 | 1001 | 1000011 | 101101 | 110100 | 110011 | 100101 |
Color Harmonies of #8D812E
Complementary color
Monochromatic Colors of #8D812E
Black with #8D812E
Text Example
Text Example
White with #8D812E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D812E; }
p { color: rgb(141,129,46); }
H1.HeaderClassName
{
color: #8D812E;
}
.AnyTagClassName
{
color: #8D812E;
}
</style>
background-color css
<style>
a { background-color: #8D812E; }
a { background-color: rgb(141,129,46); }
div.DivClassName
{
background-color: #8D812E;
}
.BgClassName
{
background-color: #8D812E;
}
</style>
border-color css
<style>
span { border-color: #8D812E; }
span { border-color: rgb(141,129,46); }
td.TdClassName
{
border-color: #8D812E;
}
.TagClassName
{
border-color: #8D812E;
}
</style>