Shades of Lemon Ginger #8A811D
Tints of Lemon Ginger #8A811D
RGB
CMYK
RGB Variations
Color information
#8A811D (or 0x8A811D) is known color: Lemon Ginger. HEX triplet: 8A, 81 and 1D. RGB value is (138,129,29). Sum of RGB (Red+Green+Blue) = 138+129+29=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 138 - color contains mainly: red. Hex color #8A811D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A811D is #757EE2. Grayscale: #787878. Windows color (decimal): -7700195 or 1933706. OLE color: 1933706.
HSL color Cylindrical-coordinate representation of color #8A811D: hue angle of 55.05º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A811D is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 29 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.46 |
| HSL | 55.05º | 0.65% | 0.33% | - |
| HSV(B) | 55.05º | 0.79% | 0.54% | - |
| XYZ | 18.55 | 21.19 | 4.28 | - |
| YUV | 120.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 29 | 0 | 0.07 | 0.79 | 0.46 | 55.05 | 0.65 | 0.33 |
| Hex | 8A | 81 | 1D | 0 | 7 | 4F | 2E | 37 | 41 | 21 |
| Octal | 212 | 201 | 35 | 0 | 7 | 117 | 56 | 67 | 101 | 41 |
| Binary | 10001010 | 10000001 | 11101 | 0 | 111 | 1001111 | 101110 | 110111 | 1000001 | 100001 |
Color Harmonies of #8A811D
Complementary color
Monochromatic Colors of #8A811D
Black with #8A811D
Text Example
Text Example
White with #8A811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A811D; }
p { color: rgb(138,129,29); }
H1.HeaderClassName
{
color: #8A811D;
}
.AnyTagClassName
{
color: #8A811D;
}
</style>
background-color css
<style>
a { background-color: #8A811D; }
a { background-color: rgb(138,129,29); }
div.DivClassName
{
background-color: #8A811D;
}
.BgClassName
{
background-color: #8A811D;
}
</style>
border-color css
<style>
span { border-color: #8A811D; }
span { border-color: rgb(138,129,29); }
td.TdClassName
{
border-color: #8A811D;
}
.TagClassName
{
border-color: #8A811D;
}
</style>