Shades of Lemon Ginger #8A821F
Tints of Lemon Ginger #8A821F
RGB
CMYK
RGB Variations
Color information
#8A821F (or 0x8A821F) is known color: Lemon Ginger. HEX triplet: 8A, 82 and 1F. RGB value is (138,130,31). Sum of RGB (Red+Green+Blue) = 138+130+31=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A821F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A821F is #757DE0. Grayscale: #797979. Windows color (decimal): -7699937 or 2065034. OLE color: 2065034.
HSL color Cylindrical-coordinate representation of color #8A821F: hue angle of 55.51º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A821F is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 31 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.46 |
| HSL | 55.51º | 0.63% | 0.33% | - |
| HSV(B) | 55.51º | 0.78% | 0.54% | - |
| XYZ | 18.71 | 21.47 | 4.45 | - |
| YUV | 121.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 31 | 0 | 0.06 | 0.78 | 0.46 | 55.51 | 0.63 | 0.33 |
| Hex | 8A | 82 | 1F | 0 | 6 | 4E | 2E | 38 | 3F | 21 |
| Octal | 212 | 202 | 37 | 0 | 6 | 116 | 56 | 70 | 77 | 41 |
| Binary | 10001010 | 10000010 | 11111 | 0 | 110 | 1001110 | 101110 | 111000 | 111111 | 100001 |
Color Harmonies of #8A821F
Complementary color
Monochromatic Colors of #8A821F
Black with #8A821F
Text Example
Text Example
White with #8A821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A821F; }
p { color: rgb(138,130,31); }
H1.HeaderClassName
{
color: #8A821F;
}
.AnyTagClassName
{
color: #8A821F;
}
</style>
background-color css
<style>
a { background-color: #8A821F; }
a { background-color: rgb(138,130,31); }
div.DivClassName
{
background-color: #8A821F;
}
.BgClassName
{
background-color: #8A821F;
}
</style>
border-color css
<style>
span { border-color: #8A821F; }
span { border-color: rgb(138,130,31); }
td.TdClassName
{
border-color: #8A821F;
}
.TagClassName
{
border-color: #8A821F;
}
</style>