Shades of Lemon Ginger #8D8425
Tints of Lemon Ginger #8D8425
RGB
CMYK
RGB Variations
Color information
#8D8425 (or 0x8D8425) is known color: Lemon Ginger. HEX triplet: 8D, 84 and 25. RGB value is (141,132,37). Sum of RGB (Red+Green+Blue) = 141+132+37=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8425 is #727BDA. Grayscale: #7C7C7C. Windows color (decimal): -7502811 or 2458765. OLE color: 2458765.
HSL color Cylindrical-coordinate representation of color #8D8425: hue angle of 54.81º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D8425 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 132 | 37 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.45 |
| HSL | 54.81º | 0.58% | 0.35% | - |
| HSV(B) | 54.81º | 0.74% | 0.55% | - |
| XYZ | 19.57 | 22.3 | 5.02 | - |
| YUV | 123.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 37 | 0 | 0.06 | 0.74 | 0.45 | 54.81 | 0.58 | 0.35 |
| Hex | 8D | 84 | 25 | 0 | 6 | 4A | 2D | 37 | 3A | 23 |
| Octal | 215 | 204 | 45 | 0 | 6 | 112 | 55 | 67 | 72 | 43 |
| Binary | 10001101 | 10000100 | 100101 | 0 | 110 | 1001010 | 101101 | 110111 | 111010 | 100011 |
Color Harmonies of #8D8425
Complementary color
Monochromatic Colors of #8D8425
Black with #8D8425
Text Example
Text Example
White with #8D8425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8425; }
p { color: rgb(141,132,37); }
H1.HeaderClassName
{
color: #8D8425;
}
.AnyTagClassName
{
color: #8D8425;
}
</style>
background-color css
<style>
a { background-color: #8D8425; }
a { background-color: rgb(141,132,37); }
div.DivClassName
{
background-color: #8D8425;
}
.BgClassName
{
background-color: #8D8425;
}
</style>
border-color css
<style>
span { border-color: #8D8425; }
span { border-color: rgb(141,132,37); }
td.TdClassName
{
border-color: #8D8425;
}
.TagClassName
{
border-color: #8D8425;
}
</style>