Shades of Lemon Ginger #8B7F2F
Tints of Lemon Ginger #8B7F2F
RGB
CMYK
RGB Variations
Color information
#8B7F2F (or 0x8B7F2F) is known color: Lemon Ginger. HEX triplet: 8B, 7F and 2F. RGB value is (139,127,47). Sum of RGB (Red+Green+Blue) = 139+127+47=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7F2F is #7480D0. Grayscale: #797979. Windows color (decimal): -7635153 or 3112843. OLE color: 3112843.
HSL color Cylindrical-coordinate representation of color #8B7F2F: hue angle of 52.17º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B7F2F is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 127 | 47 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.45 |
| HSL | 52.17º | 0.49% | 0.36% | - |
| HSV(B) | 52.17º | 0.66% | 0.55% | - |
| XYZ | 18.75 | 20.87 | 5.73 | - |
| YUV | 121.47 | 85.98 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 47 | 0 | 0.09 | 0.66 | 0.45 | 52.17 | 0.49 | 0.36 |
| Hex | 8B | 7F | 2F | 0 | 9 | 42 | 2D | 34 | 31 | 24 |
| Octal | 213 | 177 | 57 | 0 | 11 | 102 | 55 | 64 | 61 | 44 |
| Binary | 10001011 | 1111111 | 101111 | 0 | 1001 | 1000010 | 101101 | 110100 | 110001 | 100100 |
Color Harmonies of #8B7F2F
Complementary color
Monochromatic Colors of #8B7F2F
Black with #8B7F2F
Text Example
Text Example
White with #8B7F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7F2F; }
p { color: rgb(139,127,47); }
H1.HeaderClassName
{
color: #8B7F2F;
}
.AnyTagClassName
{
color: #8B7F2F;
}
</style>
background-color css
<style>
a { background-color: #8B7F2F; }
a { background-color: rgb(139,127,47); }
div.DivClassName
{
background-color: #8B7F2F;
}
.BgClassName
{
background-color: #8B7F2F;
}
</style>
border-color css
<style>
span { border-color: #8B7F2F; }
span { border-color: rgb(139,127,47); }
td.TdClassName
{
border-color: #8B7F2F;
}
.TagClassName
{
border-color: #8B7F2F;
}
</style>