Shades of Lemon Ginger #8F7E31
Tints of Lemon Ginger #8F7E31
RGB
CMYK
RGB Variations
Color information
#8F7E31 (or 0x8F7E31) is known color: Lemon Ginger. HEX triplet: 8F, 7E and 31. RGB value is (143,126,49). Sum of RGB (Red+Green+Blue) = 143+126+49=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7E31 is #7081CE. Grayscale: #7A7A7A. Windows color (decimal): -7373263 or 3243663. OLE color: 3243663.
HSL color Cylindrical-coordinate representation of color #8F7E31: hue angle of 49.15º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F7E31 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 126 | 49 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.44 |
| HSL | 49.15º | 0.49% | 0.38% | - |
| HSV(B) | 49.15º | 0.66% | 0.56% | - |
| XYZ | 19.34 | 20.98 | 5.94 | - |
| YUV | 122.31 | 86.63 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 49 | 0 | 0.12 | 0.66 | 0.44 | 49.15 | 0.49 | 0.38 |
| Hex | 8F | 7E | 31 | 0 | C | 42 | 2C | 31 | 31 | 26 |
| Octal | 217 | 176 | 61 | 0 | 14 | 102 | 54 | 61 | 61 | 46 |
| Binary | 10001111 | 1111110 | 110001 | 0 | 1100 | 1000010 | 101100 | 110001 | 110001 | 100110 |
Color Harmonies of #8F7E31
Complementary color
Monochromatic Colors of #8F7E31
Black with #8F7E31
Text Example
Text Example
White with #8F7E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7E31; }
p { color: rgb(143,126,49); }
H1.HeaderClassName
{
color: #8F7E31;
}
.AnyTagClassName
{
color: #8F7E31;
}
</style>
background-color css
<style>
a { background-color: #8F7E31; }
a { background-color: rgb(143,126,49); }
div.DivClassName
{
background-color: #8F7E31;
}
.BgClassName
{
background-color: #8F7E31;
}
</style>
border-color css
<style>
span { border-color: #8F7E31; }
span { border-color: rgb(143,126,49); }
td.TdClassName
{
border-color: #8F7E31;
}
.TagClassName
{
border-color: #8F7E31;
}
</style>