Shades of Lemon Ginger #8D8119
Tints of Lemon Ginger #8D8119
RGB
CMYK
RGB Variations
Color information
#8D8119 (or 0x8D8119) is known color: Lemon Ginger. HEX triplet: 8D, 81 and 19. RGB value is (141,129,25). Sum of RGB (Red+Green+Blue) = 141+129+25=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8119 is #727EE6. Grayscale: #797979. Windows color (decimal): -7503591 or 1671565. OLE color: 1671565.
HSL color Cylindrical-coordinate representation of color #8D8119: hue angle of 53.79º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D8119 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 129 | 25 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.45 |
| HSL | 53.79º | 0.7% | 0.33% | - |
| HSV(B) | 53.79º | 0.82% | 0.55% | - |
| XYZ | 19.01 | 21.43 | 4.05 | - |
| YUV | 120.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 25 | 0 | 0.09 | 0.82 | 0.45 | 53.79 | 0.7 | 0.33 |
| Hex | 8D | 81 | 19 | 0 | 9 | 52 | 2D | 36 | 46 | 21 |
| Octal | 215 | 201 | 31 | 0 | 11 | 122 | 55 | 66 | 106 | 41 |
| Binary | 10001101 | 10000001 | 11001 | 0 | 1001 | 1010010 | 101101 | 110110 | 1000110 | 100001 |
Color Harmonies of #8D8119
Complementary color
Monochromatic Colors of #8D8119
Black with #8D8119
Text Example
Text Example
White with #8D8119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8119; }
p { color: rgb(141,129,25); }
H1.HeaderClassName
{
color: #8D8119;
}
.AnyTagClassName
{
color: #8D8119;
}
</style>
background-color css
<style>
a { background-color: #8D8119; }
a { background-color: rgb(141,129,25); }
div.DivClassName
{
background-color: #8D8119;
}
.BgClassName
{
background-color: #8D8119;
}
</style>
border-color css
<style>
span { border-color: #8D8119; }
span { border-color: rgb(141,129,25); }
td.TdClassName
{
border-color: #8D8119;
}
.TagClassName
{
border-color: #8D8119;
}
</style>