Shades of Lemon Ginger #8C8131
Tints of Lemon Ginger #8C8131
RGB
CMYK
RGB Variations
Color information
#8C8131 (or 0x8C8131) is known color: Lemon Ginger. HEX triplet: 8C, 81 and 31. RGB value is (140,129,49). Sum of RGB (Red+Green+Blue) = 140+129+49=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8131 is #737ECE. Grayscale: #7B7B7B. Windows color (decimal): -7569103 or 3244428. OLE color: 3244428.
HSL color Cylindrical-coordinate representation of color #8C8131: hue angle of 52.75º 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 #8C8131 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 49 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.45 |
| HSL | 52.75º | 0.48% | 0.37% | - |
| HSV(B) | 52.75º | 0.65% | 0.55% | - |
| XYZ | 19.22 | 21.5 | 6.04 | - |
| YUV | 123.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 49 | 0 | 0.08 | 0.65 | 0.45 | 52.75 | 0.48 | 0.37 |
| Hex | 8C | 81 | 31 | 0 | 8 | 41 | 2D | 35 | 30 | 25 |
| Octal | 214 | 201 | 61 | 0 | 10 | 101 | 55 | 65 | 60 | 45 |
| Binary | 10001100 | 10000001 | 110001 | 0 | 1000 | 1000001 | 101101 | 110101 | 110000 | 100101 |
Color Harmonies of #8C8131
Complementary color
Monochromatic Colors of #8C8131
Black with #8C8131
Text Example
Text Example
White with #8C8131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8131; }
p { color: rgb(140,129,49); }
H1.HeaderClassName
{
color: #8C8131;
}
.AnyTagClassName
{
color: #8C8131;
}
</style>
background-color css
<style>
a { background-color: #8C8131; }
a { background-color: rgb(140,129,49); }
div.DivClassName
{
background-color: #8C8131;
}
.BgClassName
{
background-color: #8C8131;
}
</style>
border-color css
<style>
span { border-color: #8C8131; }
span { border-color: rgb(140,129,49); }
td.TdClassName
{
border-color: #8C8131;
}
.TagClassName
{
border-color: #8C8131;
}
</style>