Shades of Lemon Ginger #8B811E
Tints of Lemon Ginger #8B811E
RGB
CMYK
RGB Variations
Color information
#8B811E (or 0x8B811E) is known color: Lemon Ginger. HEX triplet: 8B, 81 and 1E. RGB value is (139,129,30). Sum of RGB (Red+Green+Blue) = 139+129+30=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B811E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B811E is #747EE1. Grayscale: #797979. Windows color (decimal): -7634658 or 1999243. OLE color: 1999243.
HSL color Cylindrical-coordinate representation of color #8B811E: hue angle of 54.5º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B811E is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 30 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.45 |
| HSL | 54.5º | 0.64% | 0.33% | - |
| HSV(B) | 54.5º | 0.78% | 0.55% | - |
| XYZ | 18.73 | 21.28 | 4.35 | - |
| YUV | 120.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 30 | 0 | 0.07 | 0.78 | 0.45 | 54.5 | 0.64 | 0.33 |
| Hex | 8B | 81 | 1E | 0 | 7 | 4E | 2D | 36 | 40 | 21 |
| Octal | 213 | 201 | 36 | 0 | 7 | 116 | 55 | 66 | 100 | 41 |
| Binary | 10001011 | 10000001 | 11110 | 0 | 111 | 1001110 | 101101 | 110110 | 1000000 | 100001 |
Color Harmonies of #8B811E
Complementary color
Monochromatic Colors of #8B811E
Black with #8B811E
Text Example
Text Example
White with #8B811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B811E; }
p { color: rgb(139,129,30); }
H1.HeaderClassName
{
color: #8B811E;
}
.AnyTagClassName
{
color: #8B811E;
}
</style>
background-color css
<style>
a { background-color: #8B811E; }
a { background-color: rgb(139,129,30); }
div.DivClassName
{
background-color: #8B811E;
}
.BgClassName
{
background-color: #8B811E;
}
</style>
border-color css
<style>
span { border-color: #8B811E; }
span { border-color: rgb(139,129,30); }
td.TdClassName
{
border-color: #8B811E;
}
.TagClassName
{
border-color: #8B811E;
}
</style>