Shades of Lemon Ginger #8D881D
Tints of Lemon Ginger #8D881D
RGB
CMYK
RGB Variations
Color information
#8D881D (or 0x8D881D) is known color: Lemon Ginger. HEX triplet: 8D, 88 and 1D. RGB value is (141,136,29). Sum of RGB (Red+Green+Blue) = 141+136+29=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D881D is #7277E2. Grayscale: #7D7D7D. Windows color (decimal): -7501795 or 1935501. OLE color: 1935501.
HSL color Cylindrical-coordinate representation of color #8D881D: hue angle of 57.32º 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 #8D881D is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 136 | 29 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.45 |
| HSL | 57.32º | 0.66% | 0.33% | - |
| HSV(B) | 57.32º | 0.79% | 0.55% | - |
| XYZ | 20.01 | 23.36 | 4.62 | - |
| YUV | 125.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 29 | 0 | 0.04 | 0.79 | 0.45 | 57.32 | 0.66 | 0.33 |
| Hex | 8D | 88 | 1D | 0 | 4 | 4F | 2D | 39 | 42 | 21 |
| Octal | 215 | 210 | 35 | 0 | 4 | 117 | 55 | 71 | 102 | 41 |
| Binary | 10001101 | 10001000 | 11101 | 0 | 100 | 1001111 | 101101 | 111001 | 1000010 | 100001 |
Color Harmonies of #8D881D
Complementary color
Monochromatic Colors of #8D881D
Black with #8D881D
Text Example
Text Example
White with #8D881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D881D; }
p { color: rgb(141,136,29); }
H1.HeaderClassName
{
color: #8D881D;
}
.AnyTagClassName
{
color: #8D881D;
}
</style>
background-color css
<style>
a { background-color: #8D881D; }
a { background-color: rgb(141,136,29); }
div.DivClassName
{
background-color: #8D881D;
}
.BgClassName
{
background-color: #8D881D;
}
</style>
border-color css
<style>
span { border-color: #8D881D; }
span { border-color: rgb(141,136,29); }
td.TdClassName
{
border-color: #8D881D;
}
.TagClassName
{
border-color: #8D881D;
}
</style>