Shades of Lemon Ginger #8C851F
Tints of Lemon Ginger #8C851F
RGB
CMYK
RGB Variations
Color information
#8C851F (or 0x8C851F) is known color: Lemon Ginger. HEX triplet: 8C, 85 and 1F. RGB value is (140,133,31). Sum of RGB (Red+Green+Blue) = 140+133+31=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C851F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C851F is #737AE0. Grayscale: #7B7B7B. Windows color (decimal): -7568097 or 2065804. OLE color: 2065804.
HSL color Cylindrical-coordinate representation of color #8C851F: hue angle of 56.15º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C851F is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 31 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.45 |
| HSL | 56.15º | 0.64% | 0.34% | - |
| HSV(B) | 56.15º | 0.78% | 0.55% | - |
| XYZ | 19.45 | 22.45 | 4.6 | - |
| YUV | 123.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 31 | 0 | 0.05 | 0.78 | 0.45 | 56.15 | 0.64 | 0.34 |
| Hex | 8C | 85 | 1F | 0 | 5 | 4E | 2D | 38 | 40 | 22 |
| Octal | 214 | 205 | 37 | 0 | 5 | 116 | 55 | 70 | 100 | 42 |
| Binary | 10001100 | 10000101 | 11111 | 0 | 101 | 1001110 | 101101 | 111000 | 1000000 | 100010 |
Color Harmonies of #8C851F
Complementary color
Monochromatic Colors of #8C851F
Black with #8C851F
Text Example
Text Example
White with #8C851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C851F; }
p { color: rgb(140,133,31); }
H1.HeaderClassName
{
color: #8C851F;
}
.AnyTagClassName
{
color: #8C851F;
}
</style>
background-color css
<style>
a { background-color: #8C851F; }
a { background-color: rgb(140,133,31); }
div.DivClassName
{
background-color: #8C851F;
}
.BgClassName
{
background-color: #8C851F;
}
</style>
border-color css
<style>
span { border-color: #8C851F; }
span { border-color: rgb(140,133,31); }
td.TdClassName
{
border-color: #8C851F;
}
.TagClassName
{
border-color: #8C851F;
}
</style>