Shades of Lemon Ginger #8B7E34
Tints of Lemon Ginger #8B7E34
RGB
CMYK
RGB Variations
Color information
#8B7E34 (or 0x8B7E34) is known color: Lemon Ginger. HEX triplet: 8B, 7E and 34. RGB value is (139,126,52). Sum of RGB (Red+Green+Blue) = 139+126+52=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7E34 is #7481CB. Grayscale: #797979. Windows color (decimal): -7635404 or 3440267. OLE color: 3440267.
HSL color Cylindrical-coordinate representation of color #8B7E34: hue angle of 51.03º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B7E34 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 126 | 52 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.45 |
| HSL | 51.03º | 0.46% | 0.37% | - |
| HSV(B) | 51.03º | 0.63% | 0.55% | - |
| XYZ | 18.73 | 20.66 | 6.25 | - |
| YUV | 121.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 126 | 52 | 0 | 0.09 | 0.63 | 0.45 | 51.03 | 0.46 | 0.37 |
| Hex | 8B | 7E | 34 | 0 | 9 | 3F | 2D | 33 | 2E | 25 |
| Octal | 213 | 176 | 64 | 0 | 11 | 77 | 55 | 63 | 56 | 45 |
| Binary | 10001011 | 1111110 | 110100 | 0 | 1001 | 111111 | 101101 | 110011 | 101110 | 100101 |
Color Harmonies of #8B7E34
Complementary color
Monochromatic Colors of #8B7E34
Black with #8B7E34
Text Example
Text Example
White with #8B7E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7E34; }
p { color: rgb(139,126,52); }
H1.HeaderClassName
{
color: #8B7E34;
}
.AnyTagClassName
{
color: #8B7E34;
}
</style>
background-color css
<style>
a { background-color: #8B7E34; }
a { background-color: rgb(139,126,52); }
div.DivClassName
{
background-color: #8B7E34;
}
.BgClassName
{
background-color: #8B7E34;
}
</style>
border-color css
<style>
span { border-color: #8B7E34; }
span { border-color: rgb(139,126,52); }
td.TdClassName
{
border-color: #8B7E34;
}
.TagClassName
{
border-color: #8B7E34;
}
</style>