Shades of Lemon Ginger #8F7B19
Tints of Lemon Ginger #8F7B19
RGB
CMYK
RGB Variations
Color information
#8F7B19 (or 0x8F7B19) is known color: Lemon Ginger. HEX triplet: 8F, 7B and 19. RGB value is (143,123,25). Sum of RGB (Red+Green+Blue) = 143+123+25=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7B19 is #7084E6. Grayscale: #767676. Windows color (decimal): -7374055 or 1670031. OLE color: 1670031.
HSL color Cylindrical-coordinate representation of color #8F7B19: hue angle of 49.83º 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 #8F7B19 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 123 | 25 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.44 |
| HSL | 49.83º | 0.7% | 0.33% | - |
| HSV(B) | 49.83º | 0.83% | 0.56% | - |
| XYZ | 18.59 | 20.08 | 3.82 | - |
| YUV | 117.81 | 75.63 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 25 | 0 | 0.14 | 0.83 | 0.44 | 49.83 | 0.7 | 0.33 |
| Hex | 8F | 7B | 19 | 0 | E | 53 | 2C | 32 | 46 | 21 |
| Octal | 217 | 173 | 31 | 0 | 16 | 123 | 54 | 62 | 106 | 41 |
| Binary | 10001111 | 1111011 | 11001 | 0 | 1110 | 1010011 | 101100 | 110010 | 1000110 | 100001 |
Color Harmonies of #8F7B19
Complementary color
Monochromatic Colors of #8F7B19
Black with #8F7B19
Text Example
Text Example
White with #8F7B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7B19; }
p { color: rgb(143,123,25); }
H1.HeaderClassName
{
color: #8F7B19;
}
.AnyTagClassName
{
color: #8F7B19;
}
</style>
background-color css
<style>
a { background-color: #8F7B19; }
a { background-color: rgb(143,123,25); }
div.DivClassName
{
background-color: #8F7B19;
}
.BgClassName
{
background-color: #8F7B19;
}
</style>
border-color css
<style>
span { border-color: #8F7B19; }
span { border-color: rgb(143,123,25); }
td.TdClassName
{
border-color: #8F7B19;
}
.TagClassName
{
border-color: #8F7B19;
}
</style>