Shades of Lemon Ginger #8F7A21
Tints of Lemon Ginger #8F7A21
RGB
CMYK
RGB Variations
Color information
#8F7A21 (or 0x8F7A21) is known color: Lemon Ginger. HEX triplet: 8F, 7A and 21. RGB value is (143,122,33). Sum of RGB (Red+Green+Blue) = 143+122+33=298 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.99% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7A21 is #7085DE. Grayscale: #767676. Windows color (decimal): -7374303 or 2194063. OLE color: 2194063.
HSL color Cylindrical-coordinate representation of color #8F7A21: hue angle of 48.55º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F7A21 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 122 | 33 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.44 |
| HSL | 48.55º | 0.63% | 0.35% | - |
| HSV(B) | 48.55º | 0.77% | 0.56% | - |
| XYZ | 18.56 | 19.87 | 4.3 | - |
| YUV | 118.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 33 | 0 | 0.15 | 0.77 | 0.44 | 48.55 | 0.63 | 0.35 |
| Hex | 8F | 7A | 21 | 0 | F | 4D | 2C | 31 | 3E | 23 |
| Octal | 217 | 172 | 41 | 0 | 17 | 115 | 54 | 61 | 76 | 43 |
| Binary | 10001111 | 1111010 | 100001 | 0 | 1111 | 1001101 | 101100 | 110001 | 111110 | 100011 |
Color Harmonies of #8F7A21
Complementary color
Monochromatic Colors of #8F7A21
Black with #8F7A21
Text Example
Text Example
White with #8F7A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7A21; }
p { color: rgb(143,122,33); }
H1.HeaderClassName
{
color: #8F7A21;
}
.AnyTagClassName
{
color: #8F7A21;
}
</style>
background-color css
<style>
a { background-color: #8F7A21; }
a { background-color: rgb(143,122,33); }
div.DivClassName
{
background-color: #8F7A21;
}
.BgClassName
{
background-color: #8F7A21;
}
</style>
border-color css
<style>
span { border-color: #8F7A21; }
span { border-color: rgb(143,122,33); }
td.TdClassName
{
border-color: #8F7A21;
}
.TagClassName
{
border-color: #8F7A21;
}
</style>