Shades of Lemon Ginger #8C811D
Tints of Lemon Ginger #8C811D
RGB
CMYK
RGB Variations
Color information
#8C811D (or 0x8C811D) is known color: Lemon Ginger. HEX triplet: 8C, 81 and 1D. RGB value is (140,129,29). Sum of RGB (Red+Green+Blue) = 140+129+29=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C811D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C811D is #737EE2. Grayscale: #797979. Windows color (decimal): -7569123 or 1933708. OLE color: 1933708.
HSL color Cylindrical-coordinate representation of color #8C811D: hue angle of 54.05º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C811D is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 29 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.45 |
| HSL | 54.05º | 0.66% | 0.33% | - |
| HSV(B) | 54.05º | 0.79% | 0.55% | - |
| XYZ | 18.89 | 21.36 | 4.29 | - |
| YUV | 120.89 | 76.14 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 29 | 0 | 0.08 | 0.79 | 0.45 | 54.05 | 0.66 | 0.33 |
| Hex | 8C | 81 | 1D | 0 | 8 | 4F | 2D | 36 | 42 | 21 |
| Octal | 214 | 201 | 35 | 0 | 10 | 117 | 55 | 66 | 102 | 41 |
| Binary | 10001100 | 10000001 | 11101 | 0 | 1000 | 1001111 | 101101 | 110110 | 1000010 | 100001 |
Color Harmonies of #8C811D
Complementary color
Monochromatic Colors of #8C811D
Black with #8C811D
Text Example
Text Example
White with #8C811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C811D; }
p { color: rgb(140,129,29); }
H1.HeaderClassName
{
color: #8C811D;
}
.AnyTagClassName
{
color: #8C811D;
}
</style>
background-color css
<style>
a { background-color: #8C811D; }
a { background-color: rgb(140,129,29); }
div.DivClassName
{
background-color: #8C811D;
}
.BgClassName
{
background-color: #8C811D;
}
</style>
border-color css
<style>
span { border-color: #8C811D; }
span { border-color: rgb(140,129,29); }
td.TdClassName
{
border-color: #8C811D;
}
.TagClassName
{
border-color: #8C811D;
}
</style>