Shades of Lemon Ginger #8D851C
Tints of Lemon Ginger #8D851C
RGB
CMYK
RGB Variations
Color information
#8D851C (or 0x8D851C) is known color: Lemon Ginger. HEX triplet: 8D, 85 and 1C. RGB value is (141,133,28). Sum of RGB (Red+Green+Blue) = 141+133+28=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D851C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D851C is #727AE3. Grayscale: #7B7B7B. Windows color (decimal): -7502564 or 1869197. OLE color: 1869197.
HSL color Cylindrical-coordinate representation of color #8D851C: hue angle of 55.75º 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 #8D851C is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 28 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.45 |
| HSL | 55.75º | 0.67% | 0.33% | - |
| HSV(B) | 55.75º | 0.8% | 0.55% | - |
| XYZ | 19.58 | 22.52 | 4.41 | - |
| YUV | 123.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 28 | 0 | 0.06 | 0.80 | 0.45 | 55.75 | 0.67 | 0.33 |
| Hex | 8D | 85 | 1C | 0 | 6 | 50 | 2D | 38 | 43 | 21 |
| Octal | 215 | 205 | 34 | 0 | 6 | 120 | 55 | 70 | 103 | 41 |
| Binary | 10001101 | 10000101 | 11100 | 0 | 110 | 1010000 | 101101 | 111000 | 1000011 | 100001 |
Color Harmonies of #8D851C
Complementary color
Monochromatic Colors of #8D851C
Black with #8D851C
Text Example
Text Example
White with #8D851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D851C; }
p { color: rgb(141,133,28); }
H1.HeaderClassName
{
color: #8D851C;
}
.AnyTagClassName
{
color: #8D851C;
}
</style>
background-color css
<style>
a { background-color: #8D851C; }
a { background-color: rgb(141,133,28); }
div.DivClassName
{
background-color: #8D851C;
}
.BgClassName
{
background-color: #8D851C;
}
</style>
border-color css
<style>
span { border-color: #8D851C; }
span { border-color: rgb(141,133,28); }
td.TdClassName
{
border-color: #8D851C;
}
.TagClassName
{
border-color: #8D851C;
}
</style>