Shades of Lemon Ginger #8A852C
Tints of Lemon Ginger #8A852C
RGB
CMYK
RGB Variations
Color information
#8A852C (or 0x8A852C) is known color: Lemon Ginger. HEX triplet: 8A, 85 and 2C. RGB value is (138,133,44). Sum of RGB (Red+Green+Blue) = 138+133+44=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A852C is #757AD3. Grayscale: #7C7C7C. Windows color (decimal): -7699156 or 2917770. OLE color: 2917770.
HSL color Cylindrical-coordinate representation of color #8A852C: hue angle of 56.81º 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 #8A852C is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 133 | 44 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.46 |
| HSL | 56.81º | 0.52% | 0.36% | - |
| HSV(B) | 56.81º | 0.68% | 0.54% | - |
| XYZ | 19.32 | 22.36 | 5.68 | - |
| YUV | 124.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 44 | 0 | 0.04 | 0.68 | 0.46 | 56.81 | 0.52 | 0.36 |
| Hex | 8A | 85 | 2C | 0 | 4 | 44 | 2E | 39 | 34 | 24 |
| Octal | 212 | 205 | 54 | 0 | 4 | 104 | 56 | 71 | 64 | 44 |
| Binary | 10001010 | 10000101 | 101100 | 0 | 100 | 1000100 | 101110 | 111001 | 110100 | 100100 |
Color Harmonies of #8A852C
Complementary color
Monochromatic Colors of #8A852C
Black with #8A852C
Text Example
Text Example
White with #8A852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A852C; }
p { color: rgb(138,133,44); }
H1.HeaderClassName
{
color: #8A852C;
}
.AnyTagClassName
{
color: #8A852C;
}
</style>
background-color css
<style>
a { background-color: #8A852C; }
a { background-color: rgb(138,133,44); }
div.DivClassName
{
background-color: #8A852C;
}
.BgClassName
{
background-color: #8A852C;
}
</style>
border-color css
<style>
span { border-color: #8A852C; }
span { border-color: rgb(138,133,44); }
td.TdClassName
{
border-color: #8A852C;
}
.TagClassName
{
border-color: #8A852C;
}
</style>