Shades of Lemon Ginger #8C7E1C
Tints of Lemon Ginger #8C7E1C
RGB
CMYK
RGB Variations
Color information
#8C7E1C (or 0x8C7E1C) is known color: Lemon Ginger. HEX triplet: 8C, 7E and 1C. RGB value is (140,126,28). Sum of RGB (Red+Green+Blue) = 140+126+28=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7E1C is #7381E3. Grayscale: #777777. Windows color (decimal): -7569892 or 1867404. OLE color: 1867404.
HSL color Cylindrical-coordinate representation of color #8C7E1C: hue angle of 52.5º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C7E1C is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 126 | 28 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.45 |
| HSL | 52.5º | 0.67% | 0.33% | - |
| HSV(B) | 52.5º | 0.8% | 0.55% | - |
| XYZ | 18.49 | 20.58 | 4.1 | - |
| YUV | 119.01 | 76.64 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 28 | 0 | 0.10 | 0.80 | 0.45 | 52.5 | 0.67 | 0.33 |
| Hex | 8C | 7E | 1C | 0 | A | 50 | 2D | 34 | 43 | 21 |
| Octal | 214 | 176 | 34 | 0 | 12 | 120 | 55 | 64 | 103 | 41 |
| Binary | 10001100 | 1111110 | 11100 | 0 | 1010 | 1010000 | 101101 | 110100 | 1000011 | 100001 |
Color Harmonies of #8C7E1C
Complementary color
Monochromatic Colors of #8C7E1C
Black with #8C7E1C
Text Example
Text Example
White with #8C7E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7E1C; }
p { color: rgb(140,126,28); }
H1.HeaderClassName
{
color: #8C7E1C;
}
.AnyTagClassName
{
color: #8C7E1C;
}
</style>
background-color css
<style>
a { background-color: #8C7E1C; }
a { background-color: rgb(140,126,28); }
div.DivClassName
{
background-color: #8C7E1C;
}
.BgClassName
{
background-color: #8C7E1C;
}
</style>
border-color css
<style>
span { border-color: #8C7E1C; }
span { border-color: rgb(140,126,28); }
td.TdClassName
{
border-color: #8C7E1C;
}
.TagClassName
{
border-color: #8C7E1C;
}
</style>