Shades of Lemon Ginger #8C7F1D
Tints of Lemon Ginger #8C7F1D
RGB
CMYK
RGB Variations
Color information
#8C7F1D (or 0x8C7F1D) is known color: Lemon Ginger. HEX triplet: 8C, 7F and 1D. RGB value is (140,127,29). Sum of RGB (Red+Green+Blue) = 140+127+29=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7F1D is #7380E2. Grayscale: #787878. Windows color (decimal): -7569635 or 1933196. OLE color: 1933196.
HSL color Cylindrical-coordinate representation of color #8C7F1D: hue angle of 52.97º 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 #8C7F1D is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 29 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.45 |
| HSL | 52.97º | 0.66% | 0.33% | - |
| HSV(B) | 52.97º | 0.79% | 0.55% | - |
| XYZ | 18.63 | 20.84 | 4.2 | - |
| YUV | 119.72 | 76.81 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 29 | 0 | 0.09 | 0.79 | 0.45 | 52.97 | 0.66 | 0.33 |
| Hex | 8C | 7F | 1D | 0 | 9 | 4F | 2D | 35 | 42 | 21 |
| Octal | 214 | 177 | 35 | 0 | 11 | 117 | 55 | 65 | 102 | 41 |
| Binary | 10001100 | 1111111 | 11101 | 0 | 1001 | 1001111 | 101101 | 110101 | 1000010 | 100001 |
Color Harmonies of #8C7F1D
Complementary color
Monochromatic Colors of #8C7F1D
Black with #8C7F1D
Text Example
Text Example
White with #8C7F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F1D; }
p { color: rgb(140,127,29); }
H1.HeaderClassName
{
color: #8C7F1D;
}
.AnyTagClassName
{
color: #8C7F1D;
}
</style>
background-color css
<style>
a { background-color: #8C7F1D; }
a { background-color: rgb(140,127,29); }
div.DivClassName
{
background-color: #8C7F1D;
}
.BgClassName
{
background-color: #8C7F1D;
}
</style>
border-color css
<style>
span { border-color: #8C7F1D; }
span { border-color: rgb(140,127,29); }
td.TdClassName
{
border-color: #8C7F1D;
}
.TagClassName
{
border-color: #8C7F1D;
}
</style>