Shades of Lemon Ginger #8D7E2D
Tints of Lemon Ginger #8D7E2D
RGB
CMYK
RGB Variations
Color information
#8D7E2D (or 0x8D7E2D) is known color: Lemon Ginger. HEX triplet: 8D, 7E and 2D. RGB value is (141,126,45). Sum of RGB (Red+Green+Blue) = 141+126+45=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7E2D is #7281D2. Grayscale: #797979. Windows color (decimal): -7504339 or 2981517. OLE color: 2981517.
HSL color Cylindrical-coordinate representation of color #8D7E2D: hue angle of 50.62º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D7E2D is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 126 | 45 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.45 |
| HSL | 50.63º | 0.52% | 0.36% | - |
| HSV(B) | 50.63º | 0.68% | 0.55% | - |
| XYZ | 18.92 | 20.77 | 5.5 | - |
| YUV | 121.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 45 | 0 | 0.11 | 0.68 | 0.45 | 50.63 | 0.52 | 0.36 |
| Hex | 8D | 7E | 2D | 0 | B | 44 | 2D | 33 | 34 | 24 |
| Octal | 215 | 176 | 55 | 0 | 13 | 104 | 55 | 63 | 64 | 44 |
| Binary | 10001101 | 1111110 | 101101 | 0 | 1011 | 1000100 | 101101 | 110011 | 110100 | 100100 |
Color Harmonies of #8D7E2D
Complementary color
Monochromatic Colors of #8D7E2D
Black with #8D7E2D
Text Example
Text Example
White with #8D7E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7E2D; }
p { color: rgb(141,126,45); }
H1.HeaderClassName
{
color: #8D7E2D;
}
.AnyTagClassName
{
color: #8D7E2D;
}
</style>
background-color css
<style>
a { background-color: #8D7E2D; }
a { background-color: rgb(141,126,45); }
div.DivClassName
{
background-color: #8D7E2D;
}
.BgClassName
{
background-color: #8D7E2D;
}
</style>
border-color css
<style>
span { border-color: #8D7E2D; }
span { border-color: rgb(141,126,45); }
td.TdClassName
{
border-color: #8D7E2D;
}
.TagClassName
{
border-color: #8D7E2D;
}
</style>