Shades of Lemon Ginger #8D7E2F
Tints of Lemon Ginger #8D7E2F
RGB
CMYK
RGB Variations
Color information
#8D7E2F (or 0x8D7E2F) is known color: Lemon Ginger. HEX triplet: 8D, 7E and 2F. RGB value is (141,126,47). Sum of RGB (Red+Green+Blue) = 141+126+47=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7E2F is #7281D0. Grayscale: #797979. Windows color (decimal): -7504337 or 3112589. OLE color: 3112589.
HSL color Cylindrical-coordinate representation of color #8D7E2F: hue angle of 50.43º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D7E2F is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 126 | 47 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.45 |
| HSL | 50.43º | 0.5% | 0.37% | - |
| HSV(B) | 50.43º | 0.67% | 0.55% | - |
| XYZ | 18.96 | 20.79 | 5.7 | - |
| YUV | 121.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 47 | 0 | 0.11 | 0.67 | 0.45 | 50.43 | 0.5 | 0.37 |
| Hex | 8D | 7E | 2F | 0 | B | 43 | 2D | 32 | 32 | 25 |
| Octal | 215 | 176 | 57 | 0 | 13 | 103 | 55 | 62 | 62 | 45 |
| Binary | 10001101 | 1111110 | 101111 | 0 | 1011 | 1000011 | 101101 | 110010 | 110010 | 100101 |
Color Harmonies of #8D7E2F
Complementary color
Monochromatic Colors of #8D7E2F
Black with #8D7E2F
Text Example
Text Example
White with #8D7E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7E2F; }
p { color: rgb(141,126,47); }
H1.HeaderClassName
{
color: #8D7E2F;
}
.AnyTagClassName
{
color: #8D7E2F;
}
</style>
background-color css
<style>
a { background-color: #8D7E2F; }
a { background-color: rgb(141,126,47); }
div.DivClassName
{
background-color: #8D7E2F;
}
.BgClassName
{
background-color: #8D7E2F;
}
</style>
border-color css
<style>
span { border-color: #8D7E2F; }
span { border-color: rgb(141,126,47); }
td.TdClassName
{
border-color: #8D7E2F;
}
.TagClassName
{
border-color: #8D7E2F;
}
</style>