Shades of Lemon Ginger #8F7E26
Tints of Lemon Ginger #8F7E26
RGB
CMYK
RGB Variations
Color information
#8F7E26 (or 0x8F7E26) is known color: Lemon Ginger. HEX triplet: 8F, 7E and 26. RGB value is (143,126,38). Sum of RGB (Red+Green+Blue) = 143+126+38=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7E26 is #7081D9. Grayscale: #797979. Windows color (decimal): -7373274 or 2522767. OLE color: 2522767.
HSL color Cylindrical-coordinate representation of color #8F7E26: hue angle of 50.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F7E26 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 126 | 38 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.44 |
| HSL | 50.29º | 0.58% | 0.35% | - |
| HSV(B) | 50.29º | 0.73% | 0.56% | - |
| XYZ | 19.14 | 20.9 | 4.86 | - |
| YUV | 121.05 | 81.13 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 38 | 0 | 0.12 | 0.73 | 0.44 | 50.29 | 0.58 | 0.35 |
| Hex | 8F | 7E | 26 | 0 | C | 49 | 2C | 32 | 3A | 23 |
| Octal | 217 | 176 | 46 | 0 | 14 | 111 | 54 | 62 | 72 | 43 |
| Binary | 10001111 | 1111110 | 100110 | 0 | 1100 | 1001001 | 101100 | 110010 | 111010 | 100011 |
Color Harmonies of #8F7E26
Complementary color
Monochromatic Colors of #8F7E26
Black with #8F7E26
Text Example
Text Example
White with #8F7E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7E26; }
p { color: rgb(143,126,38); }
H1.HeaderClassName
{
color: #8F7E26;
}
.AnyTagClassName
{
color: #8F7E26;
}
</style>
background-color css
<style>
a { background-color: #8F7E26; }
a { background-color: rgb(143,126,38); }
div.DivClassName
{
background-color: #8F7E26;
}
.BgClassName
{
background-color: #8F7E26;
}
</style>
border-color css
<style>
span { border-color: #8F7E26; }
span { border-color: rgb(143,126,38); }
td.TdClassName
{
border-color: #8F7E26;
}
.TagClassName
{
border-color: #8F7E26;
}
</style>