Shades of Lemon Ginger #8F7C19
Tints of Lemon Ginger #8F7C19
RGB
CMYK
RGB Variations
Color information
#8F7C19 (or 0x8F7C19) is known color: Lemon Ginger. HEX triplet: 8F, 7C and 19. RGB value is (143,124,25). Sum of RGB (Red+Green+Blue) = 143+124+25=292 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.97% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7C19 is #7083E6. Grayscale: #767676. Windows color (decimal): -7373799 or 1670287. OLE color: 1670287.
HSL color Cylindrical-coordinate representation of color #8F7C19: hue angle of 50.34º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F7C19 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 124 | 25 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.44 |
| HSL | 50.34º | 0.7% | 0.33% | - |
| HSV(B) | 50.34º | 0.83% | 0.56% | - |
| XYZ | 18.71 | 20.33 | 3.86 | - |
| YUV | 118.4 | 75.29 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 124 | 25 | 0 | 0.13 | 0.83 | 0.44 | 50.34 | 0.7 | 0.33 |
| Hex | 8F | 7C | 19 | 0 | D | 53 | 2C | 32 | 46 | 21 |
| Octal | 217 | 174 | 31 | 0 | 15 | 123 | 54 | 62 | 106 | 41 |
| Binary | 10001111 | 1111100 | 11001 | 0 | 1101 | 1010011 | 101100 | 110010 | 1000110 | 100001 |
Color Harmonies of #8F7C19
Complementary color
Monochromatic Colors of #8F7C19
Black with #8F7C19
Text Example
Text Example
White with #8F7C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7C19; }
p { color: rgb(143,124,25); }
H1.HeaderClassName
{
color: #8F7C19;
}
.AnyTagClassName
{
color: #8F7C19;
}
</style>
background-color css
<style>
a { background-color: #8F7C19; }
a { background-color: rgb(143,124,25); }
div.DivClassName
{
background-color: #8F7C19;
}
.BgClassName
{
background-color: #8F7C19;
}
</style>
border-color css
<style>
span { border-color: #8F7C19; }
span { border-color: rgb(143,124,25); }
td.TdClassName
{
border-color: #8F7C19;
}
.TagClassName
{
border-color: #8F7C19;
}
</style>