Shades of Lemon Ginger #8C7F1E
Tints of Lemon Ginger #8C7F1E
RGB
CMYK
RGB Variations
Color information
#8C7F1E (or 0x8C7F1E) is known color: Lemon Ginger. HEX triplet: 8C, 7F and 1E. RGB value is (140,127,30). Sum of RGB (Red+Green+Blue) = 140+127+30=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7F1E is #7380E1. Grayscale: #787878. Windows color (decimal): -7569634 or 1998732. OLE color: 1998732.
HSL color Cylindrical-coordinate representation of color #8C7F1E: hue angle of 52.91º degrees, saturation: 0.65, 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 #8C7F1E is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 30 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.45 |
| HSL | 52.91º | 0.65% | 0.33% | - |
| HSV(B) | 52.91º | 0.79% | 0.55% | - |
| XYZ | 18.64 | 20.85 | 4.27 | - |
| YUV | 119.83 | 77.31 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 30 | 0 | 0.09 | 0.79 | 0.45 | 52.91 | 0.65 | 0.33 |
| Hex | 8C | 7F | 1E | 0 | 9 | 4F | 2D | 35 | 41 | 21 |
| Octal | 214 | 177 | 36 | 0 | 11 | 117 | 55 | 65 | 101 | 41 |
| Binary | 10001100 | 1111111 | 11110 | 0 | 1001 | 1001111 | 101101 | 110101 | 1000001 | 100001 |
Color Harmonies of #8C7F1E
Complementary color
Monochromatic Colors of #8C7F1E
Black with #8C7F1E
Text Example
Text Example
White with #8C7F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F1E; }
p { color: rgb(140,127,30); }
H1.HeaderClassName
{
color: #8C7F1E;
}
.AnyTagClassName
{
color: #8C7F1E;
}
</style>
background-color css
<style>
a { background-color: #8C7F1E; }
a { background-color: rgb(140,127,30); }
div.DivClassName
{
background-color: #8C7F1E;
}
.BgClassName
{
background-color: #8C7F1E;
}
</style>
border-color css
<style>
span { border-color: #8C7F1E; }
span { border-color: rgb(140,127,30); }
td.TdClassName
{
border-color: #8C7F1E;
}
.TagClassName
{
border-color: #8C7F1E;
}
</style>