Shades of Lemon Ginger #8A7E31
Tints of Lemon Ginger #8A7E31
RGB
CMYK
RGB Variations
Color information
#8A7E31 (or 0x8A7E31) is known color: Lemon Ginger. HEX triplet: 8A, 7E and 31. RGB value is (138,126,49). Sum of RGB (Red+Green+Blue) = 138+126+49=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7E31 is #7581CE. Grayscale: #797979. Windows color (decimal): -7700943 or 3243658. OLE color: 3243658.
HSL color Cylindrical-coordinate representation of color #8A7E31: hue angle of 51.91º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A7E31 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 126 | 49 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.46 |
| HSL | 51.91º | 0.48% | 0.37% | - |
| HSV(B) | 51.91º | 0.64% | 0.54% | - |
| XYZ | 18.5 | 20.55 | 5.9 | - |
| YUV | 120.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 126 | 49 | 0 | 0.09 | 0.64 | 0.46 | 51.91 | 0.48 | 0.37 |
| Hex | 8A | 7E | 31 | 0 | 9 | 40 | 2E | 34 | 30 | 25 |
| Octal | 212 | 176 | 61 | 0 | 11 | 100 | 56 | 64 | 60 | 45 |
| Binary | 10001010 | 1111110 | 110001 | 0 | 1001 | 1000000 | 101110 | 110100 | 110000 | 100101 |
Color Harmonies of #8A7E31
Complementary color
Monochromatic Colors of #8A7E31
Black with #8A7E31
Text Example
Text Example
White with #8A7E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7E31; }
p { color: rgb(138,126,49); }
H1.HeaderClassName
{
color: #8A7E31;
}
.AnyTagClassName
{
color: #8A7E31;
}
</style>
background-color css
<style>
a { background-color: #8A7E31; }
a { background-color: rgb(138,126,49); }
div.DivClassName
{
background-color: #8A7E31;
}
.BgClassName
{
background-color: #8A7E31;
}
</style>
border-color css
<style>
span { border-color: #8A7E31; }
span { border-color: rgb(138,126,49); }
td.TdClassName
{
border-color: #8A7E31;
}
.TagClassName
{
border-color: #8A7E31;
}
</style>