Shades of Lemon Ginger #8D851F
Tints of Lemon Ginger #8D851F
RGB
CMYK
RGB Variations
Color information
#8D851F (or 0x8D851F) is known color: Lemon Ginger. HEX triplet: 8D, 85 and 1F. RGB value is (141,133,31). Sum of RGB (Red+Green+Blue) = 141+133+31=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D851F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D851F is #727AE0. Grayscale: #7C7C7C. Windows color (decimal): -7502561 or 2065805. OLE color: 2065805.
HSL color Cylindrical-coordinate representation of color #8D851F: hue angle of 55.64º 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 #8D851F is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 31 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.45 |
| HSL | 55.64º | 0.64% | 0.34% | - |
| HSV(B) | 55.64º | 0.78% | 0.55% | - |
| XYZ | 19.62 | 22.54 | 4.61 | - |
| YUV | 123.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 31 | 0 | 0.06 | 0.78 | 0.45 | 55.64 | 0.64 | 0.34 |
| Hex | 8D | 85 | 1F | 0 | 6 | 4E | 2D | 38 | 40 | 22 |
| Octal | 215 | 205 | 37 | 0 | 6 | 116 | 55 | 70 | 100 | 42 |
| Binary | 10001101 | 10000101 | 11111 | 0 | 110 | 1001110 | 101101 | 111000 | 1000000 | 100010 |
Color Harmonies of #8D851F
Complementary color
Monochromatic Colors of #8D851F
Black with #8D851F
Text Example
Text Example
White with #8D851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D851F; }
p { color: rgb(141,133,31); }
H1.HeaderClassName
{
color: #8D851F;
}
.AnyTagClassName
{
color: #8D851F;
}
</style>
background-color css
<style>
a { background-color: #8D851F; }
a { background-color: rgb(141,133,31); }
div.DivClassName
{
background-color: #8D851F;
}
.BgClassName
{
background-color: #8D851F;
}
</style>
border-color css
<style>
span { border-color: #8D851F; }
span { border-color: rgb(141,133,31); }
td.TdClassName
{
border-color: #8D851F;
}
.TagClassName
{
border-color: #8D851F;
}
</style>