Shades of Lemon Ginger #8C791C
Tints of Lemon Ginger #8C791C
RGB
CMYK
RGB Variations
Color information
#8C791C (or 0x8C791C) is known color: Lemon Ginger. HEX triplet: 8C, 79 and 1C. RGB value is (140,121,28). Sum of RGB (Red+Green+Blue) = 140+121+28=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 140 - color contains mainly: red. Hex color #8C791C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C791C is #7386E3. Grayscale: #747474. Windows color (decimal): -7571172 or 1866124. OLE color: 1866124.
HSL color Cylindrical-coordinate representation of color #8C791C: hue angle of 49.82º 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 #8C791C is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 121 | 28 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.45 |
| HSL | 49.82º | 0.67% | 0.33% | - |
| HSV(B) | 49.82º | 0.8% | 0.55% | - |
| XYZ | 17.86 | 19.33 | 3.89 | - |
| YUV | 116.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 28 | 0 | 0.14 | 0.80 | 0.45 | 49.82 | 0.67 | 0.33 |
| Hex | 8C | 79 | 1C | 0 | E | 50 | 2D | 32 | 43 | 21 |
| Octal | 214 | 171 | 34 | 0 | 16 | 120 | 55 | 62 | 103 | 41 |
| Binary | 10001100 | 1111001 | 11100 | 0 | 1110 | 1010000 | 101101 | 110010 | 1000011 | 100001 |
Color Harmonies of #8C791C
Complementary color
Monochromatic Colors of #8C791C
Black with #8C791C
Text Example
Text Example
White with #8C791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C791C; }
p { color: rgb(140,121,28); }
H1.HeaderClassName
{
color: #8C791C;
}
.AnyTagClassName
{
color: #8C791C;
}
</style>
background-color css
<style>
a { background-color: #8C791C; }
a { background-color: rgb(140,121,28); }
div.DivClassName
{
background-color: #8C791C;
}
.BgClassName
{
background-color: #8C791C;
}
</style>
border-color css
<style>
span { border-color: #8C791C; }
span { border-color: rgb(140,121,28); }
td.TdClassName
{
border-color: #8C791C;
}
.TagClassName
{
border-color: #8C791C;
}
</style>