Shades of Lemon Ginger #8C8031
Tints of Lemon Ginger #8C8031
RGB
CMYK
RGB Variations
Color information
#8C8031 (or 0x8C8031) is known color: Lemon Ginger. HEX triplet: 8C, 80 and 31. RGB value is (140,128,49). Sum of RGB (Red+Green+Blue) = 140+128+49=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8031 is #737FCE. Grayscale: #7A7A7A. Windows color (decimal): -7569359 or 3244172. OLE color: 3244172.
HSL color Cylindrical-coordinate representation of color #8C8031: hue angle of 52.09º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C8031 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 49 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.45 |
| HSL | 52.09º | 0.48% | 0.37% | - |
| HSV(B) | 52.09º | 0.65% | 0.55% | - |
| XYZ | 19.09 | 21.24 | 6 | - |
| YUV | 122.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 49 | 0 | 0.09 | 0.65 | 0.45 | 52.09 | 0.48 | 0.37 |
| Hex | 8C | 80 | 31 | 0 | 9 | 41 | 2D | 34 | 30 | 25 |
| Octal | 214 | 200 | 61 | 0 | 11 | 101 | 55 | 64 | 60 | 45 |
| Binary | 10001100 | 10000000 | 110001 | 0 | 1001 | 1000001 | 101101 | 110100 | 110000 | 100101 |
Color Harmonies of #8C8031
Complementary color
Monochromatic Colors of #8C8031
Black with #8C8031
Text Example
Text Example
White with #8C8031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8031; }
p { color: rgb(140,128,49); }
H1.HeaderClassName
{
color: #8C8031;
}
.AnyTagClassName
{
color: #8C8031;
}
</style>
background-color css
<style>
a { background-color: #8C8031; }
a { background-color: rgb(140,128,49); }
div.DivClassName
{
background-color: #8C8031;
}
.BgClassName
{
background-color: #8C8031;
}
</style>
border-color css
<style>
span { border-color: #8C8031; }
span { border-color: rgb(140,128,49); }
td.TdClassName
{
border-color: #8C8031;
}
.TagClassName
{
border-color: #8C8031;
}
</style>