Shades of Lemon Ginger #8D7C16
Tints of Lemon Ginger #8D7C16
RGB
CMYK
RGB Variations
Color information
#8D7C16 (or 0x8D7C16) is known color: Lemon Ginger. HEX triplet: 8D, 7C and 16. RGB value is (141,124,22). Sum of RGB (Red+Green+Blue) = 141+124+22=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7C16 is #7283E9. Grayscale: #757575. Windows color (decimal): -7504874 or 1473677. OLE color: 1473677.
HSL color Cylindrical-coordinate representation of color #8D7C16: hue angle of 51.43º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D7C16 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 124 | 22 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.45 |
| HSL | 51.43º | 0.73% | 0.32% | - |
| HSV(B) | 51.43º | 0.84% | 0.55% | - |
| XYZ | 18.34 | 20.14 | 3.68 | - |
| YUV | 117.46 | 74.13 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 124 | 22 | 0 | 0.12 | 0.84 | 0.45 | 51.43 | 0.73 | 0.32 |
| Hex | 8D | 7C | 16 | 0 | C | 54 | 2D | 33 | 49 | 20 |
| Octal | 215 | 174 | 26 | 0 | 14 | 124 | 55 | 63 | 111 | 40 |
| Binary | 10001101 | 1111100 | 10110 | 0 | 1100 | 1010100 | 101101 | 110011 | 1001001 | 100000 |
Color Harmonies of #8D7C16
Complementary color
Monochromatic Colors of #8D7C16
Black with #8D7C16
Text Example
Text Example
White with #8D7C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7C16; }
p { color: rgb(141,124,22); }
H1.HeaderClassName
{
color: #8D7C16;
}
.AnyTagClassName
{
color: #8D7C16;
}
</style>
background-color css
<style>
a { background-color: #8D7C16; }
a { background-color: rgb(141,124,22); }
div.DivClassName
{
background-color: #8D7C16;
}
.BgClassName
{
background-color: #8D7C16;
}
</style>
border-color css
<style>
span { border-color: #8D7C16; }
span { border-color: rgb(141,124,22); }
td.TdClassName
{
border-color: #8D7C16;
}
.TagClassName
{
border-color: #8D7C16;
}
</style>