Shades of Lemon Ginger #8D791D
Tints of Lemon Ginger #8D791D
RGB
CMYK
RGB Variations
Color information
#8D791D (or 0x8D791D) is known color: Lemon Ginger. HEX triplet: 8D, 79 and 1D. RGB value is (141,121,29). Sum of RGB (Red+Green+Blue) = 141+121+29=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D791D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D791D is #7286E2. Grayscale: #747474. Windows color (decimal): -7505635 or 1931661. OLE color: 1931661.
HSL color Cylindrical-coordinate representation of color #8D791D: hue angle of 49.29º 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 #8D791D is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 29 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.45 |
| HSL | 49.29º | 0.66% | 0.33% | - |
| HSV(B) | 49.29º | 0.79% | 0.55% | - |
| XYZ | 18.04 | 19.43 | 3.96 | - |
| YUV | 116.49 | 78.63 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 29 | 0 | 0.14 | 0.79 | 0.45 | 49.29 | 0.66 | 0.33 |
| Hex | 8D | 79 | 1D | 0 | E | 4F | 2D | 31 | 42 | 21 |
| Octal | 215 | 171 | 35 | 0 | 16 | 117 | 55 | 61 | 102 | 41 |
| Binary | 10001101 | 1111001 | 11101 | 0 | 1110 | 1001111 | 101101 | 110001 | 1000010 | 100001 |
Color Harmonies of #8D791D
Complementary color
Monochromatic Colors of #8D791D
Black with #8D791D
Text Example
Text Example
White with #8D791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D791D; }
p { color: rgb(141,121,29); }
H1.HeaderClassName
{
color: #8D791D;
}
.AnyTagClassName
{
color: #8D791D;
}
</style>
background-color css
<style>
a { background-color: #8D791D; }
a { background-color: rgb(141,121,29); }
div.DivClassName
{
background-color: #8D791D;
}
.BgClassName
{
background-color: #8D791D;
}
</style>
border-color css
<style>
span { border-color: #8D791D; }
span { border-color: rgb(141,121,29); }
td.TdClassName
{
border-color: #8D791D;
}
.TagClassName
{
border-color: #8D791D;
}
</style>