Shades of Lemon Ginger #8B7E1E
Tints of Lemon Ginger #8B7E1E
RGB
CMYK
RGB Variations
Color information
#8B7E1E (or 0x8B7E1E) is known color: Lemon Ginger. HEX triplet: 8B, 7E and 1E. RGB value is (139,126,30). Sum of RGB (Red+Green+Blue) = 139+126+30=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7E1E is #7481E1. Grayscale: #777777. Windows color (decimal): -7635426 or 1998475. OLE color: 1998475.
HSL color Cylindrical-coordinate representation of color #8B7E1E: hue angle of 52.84º 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 #8B7E1E is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 30 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.45 |
| HSL | 52.84º | 0.64% | 0.33% | - |
| HSV(B) | 52.84º | 0.78% | 0.55% | - |
| XYZ | 18.34 | 20.5 | 4.22 | - |
| YUV | 118.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 30 | 0 | 0.09 | 0.78 | 0.45 | 52.84 | 0.64 | 0.33 |
| Hex | 8B | 7E | 1E | 0 | 9 | 4E | 2D | 35 | 40 | 21 |
| Octal | 213 | 176 | 36 | 0 | 11 | 116 | 55 | 65 | 100 | 41 |
| Binary | 10001011 | 1111110 | 11110 | 0 | 1001 | 1001110 | 101101 | 110101 | 1000000 | 100001 |
Color Harmonies of #8B7E1E
Complementary color
Monochromatic Colors of #8B7E1E
Black with #8B7E1E
Text Example
Text Example
White with #8B7E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E1E; }
p { color: rgb(139,126,30); }
H1.HeaderClassName
{
color: #8B7E1E;
}
.AnyTagClassName
{
color: #8B7E1E;
}
</style>
background-color css
<style>
a { background-color: #8B7E1E; }
a { background-color: rgb(139,126,30); }
div.DivClassName
{
background-color: #8B7E1E;
}
.BgClassName
{
background-color: #8B7E1E;
}
</style>
border-color css
<style>
span { border-color: #8B7E1E; }
span { border-color: rgb(139,126,30); }
td.TdClassName
{
border-color: #8B7E1E;
}
.TagClassName
{
border-color: #8B7E1E;
}
</style>