Shades of Lemon Ginger #8F8319
Tints of Lemon Ginger #8F8319
RGB
CMYK
RGB Variations
Color information
#8F8319 (or 0x8F8319) is known color: Lemon Ginger. HEX triplet: 8F, 83 and 19. RGB value is (143,131,25). Sum of RGB (Red+Green+Blue) = 143+131+25=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8319 is #707CE6. Grayscale: #7A7A7A. Windows color (decimal): -7372007 or 1672079. OLE color: 1672079.
HSL color Cylindrical-coordinate representation of color #8F8319: hue angle of 53.9º 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 #8F8319 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 131 | 25 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.44 |
| HSL | 53.9º | 0.7% | 0.33% | - |
| HSV(B) | 53.9º | 0.83% | 0.56% | - |
| XYZ | 19.62 | 22.14 | 4.16 | - |
| YUV | 122.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 25 | 0 | 0.08 | 0.83 | 0.44 | 53.9 | 0.7 | 0.33 |
| Hex | 8F | 83 | 19 | 0 | 8 | 53 | 2C | 36 | 46 | 21 |
| Octal | 217 | 203 | 31 | 0 | 10 | 123 | 54 | 66 | 106 | 41 |
| Binary | 10001111 | 10000011 | 11001 | 0 | 1000 | 1010011 | 101100 | 110110 | 1000110 | 100001 |
Color Harmonies of #8F8319
Complementary color
Monochromatic Colors of #8F8319
Black with #8F8319
Text Example
Text Example
White with #8F8319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8319; }
p { color: rgb(143,131,25); }
H1.HeaderClassName
{
color: #8F8319;
}
.AnyTagClassName
{
color: #8F8319;
}
</style>
background-color css
<style>
a { background-color: #8F8319; }
a { background-color: rgb(143,131,25); }
div.DivClassName
{
background-color: #8F8319;
}
.BgClassName
{
background-color: #8F8319;
}
</style>
border-color css
<style>
span { border-color: #8F8319; }
span { border-color: rgb(143,131,25); }
td.TdClassName
{
border-color: #8F8319;
}
.TagClassName
{
border-color: #8F8319;
}
</style>