Shades of Lemon Ginger #8A811F
Tints of Lemon Ginger #8A811F
RGB
CMYK
RGB Variations
Color information
#8A811F (or 0x8A811F) is known color: Lemon Ginger. HEX triplet: 8A, 81 and 1F. RGB value is (138,129,31). Sum of RGB (Red+Green+Blue) = 138+129+31=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A811F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A811F is #757EE0. Grayscale: #787878. Windows color (decimal): -7700193 or 2064778. OLE color: 2064778.
HSL color Cylindrical-coordinate representation of color #8A811F: hue angle of 54.95º 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 #8A811F is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 31 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.46 |
| HSL | 54.95º | 0.63% | 0.33% | - |
| HSV(B) | 54.95º | 0.78% | 0.54% | - |
| XYZ | 18.58 | 21.2 | 4.41 | - |
| YUV | 120.52 | 77.48 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 31 | 0 | 0.07 | 0.78 | 0.46 | 54.95 | 0.63 | 0.33 |
| Hex | 8A | 81 | 1F | 0 | 7 | 4E | 2E | 37 | 3F | 21 |
| Octal | 212 | 201 | 37 | 0 | 7 | 116 | 56 | 67 | 77 | 41 |
| Binary | 10001010 | 10000001 | 11111 | 0 | 111 | 1001110 | 101110 | 110111 | 111111 | 100001 |
Color Harmonies of #8A811F
Complementary color
Monochromatic Colors of #8A811F
Black with #8A811F
Text Example
Text Example
White with #8A811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A811F; }
p { color: rgb(138,129,31); }
H1.HeaderClassName
{
color: #8A811F;
}
.AnyTagClassName
{
color: #8A811F;
}
</style>
background-color css
<style>
a { background-color: #8A811F; }
a { background-color: rgb(138,129,31); }
div.DivClassName
{
background-color: #8A811F;
}
.BgClassName
{
background-color: #8A811F;
}
</style>
border-color css
<style>
span { border-color: #8A811F; }
span { border-color: rgb(138,129,31); }
td.TdClassName
{
border-color: #8A811F;
}
.TagClassName
{
border-color: #8A811F;
}
</style>