Shades of Lemon Ginger #8B812E
Tints of Lemon Ginger #8B812E
RGB
CMYK
RGB Variations
Color information
#8B812E (or 0x8B812E) is known color: Lemon Ginger. HEX triplet: 8B, 81 and 2E. RGB value is (139,129,46). Sum of RGB (Red+Green+Blue) = 139+129+46=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B812E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B812E is #747ED1. Grayscale: #7A7A7A. Windows color (decimal): -7634642 or 3047819. OLE color: 3047819.
HSL color Cylindrical-coordinate representation of color #8B812E: hue angle of 53.55º degrees, saturation: 0.5, 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 #8B812E is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 46 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.45 |
| HSL | 53.55º | 0.5% | 0.36% | - |
| HSV(B) | 53.55º | 0.67% | 0.55% | - |
| XYZ | 18.99 | 21.39 | 5.71 | - |
| YUV | 122.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 46 | 0 | 0.07 | 0.67 | 0.45 | 53.55 | 0.5 | 0.36 |
| Hex | 8B | 81 | 2E | 0 | 7 | 43 | 2D | 36 | 32 | 24 |
| Octal | 213 | 201 | 56 | 0 | 7 | 103 | 55 | 66 | 62 | 44 |
| Binary | 10001011 | 10000001 | 101110 | 0 | 111 | 1000011 | 101101 | 110110 | 110010 | 100100 |
Color Harmonies of #8B812E
Complementary color
Monochromatic Colors of #8B812E
Black with #8B812E
Text Example
Text Example
White with #8B812E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B812E; }
p { color: rgb(139,129,46); }
H1.HeaderClassName
{
color: #8B812E;
}
.AnyTagClassName
{
color: #8B812E;
}
</style>
background-color css
<style>
a { background-color: #8B812E; }
a { background-color: rgb(139,129,46); }
div.DivClassName
{
background-color: #8B812E;
}
.BgClassName
{
background-color: #8B812E;
}
</style>
border-color css
<style>
span { border-color: #8B812E; }
span { border-color: rgb(139,129,46); }
td.TdClassName
{
border-color: #8B812E;
}
.TagClassName
{
border-color: #8B812E;
}
</style>