Shades of Lemon Ginger #8D8325
Tints of Lemon Ginger #8D8325
RGB
CMYK
RGB Variations
Color information
#8D8325 (or 0x8D8325) is known color: Lemon Ginger. HEX triplet: 8D, 83 and 25. RGB value is (141,131,37). Sum of RGB (Red+Green+Blue) = 141+131+37=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8325 is #727CDA. Grayscale: #7B7B7B. Windows color (decimal): -7503067 or 2458509. OLE color: 2458509.
HSL color Cylindrical-coordinate representation of color #8D8325: hue angle of 54.23º 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 #8D8325 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 37 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.45 |
| HSL | 54.23º | 0.58% | 0.35% | - |
| HSV(B) | 54.23º | 0.74% | 0.55% | - |
| XYZ | 19.43 | 22.03 | 4.98 | - |
| YUV | 123.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 37 | 0 | 0.07 | 0.74 | 0.45 | 54.23 | 0.58 | 0.35 |
| Hex | 8D | 83 | 25 | 0 | 7 | 4A | 2D | 36 | 3A | 23 |
| Octal | 215 | 203 | 45 | 0 | 7 | 112 | 55 | 66 | 72 | 43 |
| Binary | 10001101 | 10000011 | 100101 | 0 | 111 | 1001010 | 101101 | 110110 | 111010 | 100011 |
Color Harmonies of #8D8325
Complementary color
Monochromatic Colors of #8D8325
Black with #8D8325
Text Example
Text Example
White with #8D8325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8325; }
p { color: rgb(141,131,37); }
H1.HeaderClassName
{
color: #8D8325;
}
.AnyTagClassName
{
color: #8D8325;
}
</style>
background-color css
<style>
a { background-color: #8D8325; }
a { background-color: rgb(141,131,37); }
div.DivClassName
{
background-color: #8D8325;
}
.BgClassName
{
background-color: #8D8325;
}
</style>
border-color css
<style>
span { border-color: #8D8325; }
span { border-color: rgb(141,131,37); }
td.TdClassName
{
border-color: #8D8325;
}
.TagClassName
{
border-color: #8D8325;
}
</style>