Shades of Lemon Ginger #8D821D
Tints of Lemon Ginger #8D821D
RGB
CMYK
RGB Variations
Color information
#8D821D (or 0x8D821D) is known color: Lemon Ginger. HEX triplet: 8D, 82 and 1D. RGB value is (141,130,29). Sum of RGB (Red+Green+Blue) = 141+130+29=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D821D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D821D is #727DE2. Grayscale: #7A7A7A. Windows color (decimal): -7503331 or 1933965. OLE color: 1933965.
HSL color Cylindrical-coordinate representation of color #8D821D: hue angle of 54.11º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D821D is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 29 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.45 |
| HSL | 54.11º | 0.66% | 0.33% | - |
| HSV(B) | 54.11º | 0.79% | 0.55% | - |
| XYZ | 19.19 | 21.72 | 4.34 | - |
| YUV | 121.78 | 75.64 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 29 | 0 | 0.08 | 0.79 | 0.45 | 54.11 | 0.66 | 0.33 |
| Hex | 8D | 82 | 1D | 0 | 8 | 4F | 2D | 36 | 42 | 21 |
| Octal | 215 | 202 | 35 | 0 | 10 | 117 | 55 | 66 | 102 | 41 |
| Binary | 10001101 | 10000010 | 11101 | 0 | 1000 | 1001111 | 101101 | 110110 | 1000010 | 100001 |
Color Harmonies of #8D821D
Complementary color
Monochromatic Colors of #8D821D
Black with #8D821D
Text Example
Text Example
White with #8D821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D821D; }
p { color: rgb(141,130,29); }
H1.HeaderClassName
{
color: #8D821D;
}
.AnyTagClassName
{
color: #8D821D;
}
</style>
background-color css
<style>
a { background-color: #8D821D; }
a { background-color: rgb(141,130,29); }
div.DivClassName
{
background-color: #8D821D;
}
.BgClassName
{
background-color: #8D821D;
}
</style>
border-color css
<style>
span { border-color: #8D821D; }
span { border-color: rgb(141,130,29); }
td.TdClassName
{
border-color: #8D821D;
}
.TagClassName
{
border-color: #8D821D;
}
</style>