Shades of Lemon Ginger #8A812C
Tints of Lemon Ginger #8A812C
RGB
CMYK
RGB Variations
Color information
#8A812C (or 0x8A812C) is known color: Lemon Ginger. HEX triplet: 8A, 81 and 2C. RGB value is (138,129,44). Sum of RGB (Red+Green+Blue) = 138+129+44=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A812C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A812C is #757ED3. Grayscale: #7A7A7A. Windows color (decimal): -7700180 or 2916746. OLE color: 2916746.
HSL color Cylindrical-coordinate representation of color #8A812C: hue angle of 54.26º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A812C is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 44 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.46 |
| HSL | 54.26º | 0.52% | 0.36% | - |
| HSV(B) | 54.26º | 0.68% | 0.54% | - |
| XYZ | 18.79 | 21.29 | 5.5 | - |
| YUV | 122 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 44 | 0 | 0.07 | 0.68 | 0.46 | 54.26 | 0.52 | 0.36 |
| Hex | 8A | 81 | 2C | 0 | 7 | 44 | 2E | 36 | 34 | 24 |
| Octal | 212 | 201 | 54 | 0 | 7 | 104 | 56 | 66 | 64 | 44 |
| Binary | 10001010 | 10000001 | 101100 | 0 | 111 | 1000100 | 101110 | 110110 | 110100 | 100100 |
Color Harmonies of #8A812C
Complementary color
Monochromatic Colors of #8A812C
Black with #8A812C
Text Example
Text Example
White with #8A812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A812C; }
p { color: rgb(138,129,44); }
H1.HeaderClassName
{
color: #8A812C;
}
.AnyTagClassName
{
color: #8A812C;
}
</style>
background-color css
<style>
a { background-color: #8A812C; }
a { background-color: rgb(138,129,44); }
div.DivClassName
{
background-color: #8A812C;
}
.BgClassName
{
background-color: #8A812C;
}
</style>
border-color css
<style>
span { border-color: #8A812C; }
span { border-color: rgb(138,129,44); }
td.TdClassName
{
border-color: #8A812C;
}
.TagClassName
{
border-color: #8A812C;
}
</style>