Shades of Lemon Ginger #8A852D
Tints of Lemon Ginger #8A852D
RGB
CMYK
RGB Variations
Color information
#8A852D (or 0x8A852D) is known color: Lemon Ginger. HEX triplet: 8A, 85 and 2D. RGB value is (138,133,45). Sum of RGB (Red+Green+Blue) = 138+133+45=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A852D is #757AD2. Grayscale: #7C7C7C. Windows color (decimal): -7699155 or 2983306. OLE color: 2983306.
HSL color Cylindrical-coordinate representation of color #8A852D: hue angle of 56.77º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A852D is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 133 | 45 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.46 |
| HSL | 56.77º | 0.51% | 0.36% | - |
| HSV(B) | 56.77º | 0.67% | 0.54% | - |
| XYZ | 19.34 | 22.37 | 5.78 | - |
| YUV | 124.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 45 | 0 | 0.04 | 0.67 | 0.46 | 56.77 | 0.51 | 0.36 |
| Hex | 8A | 85 | 2D | 0 | 4 | 43 | 2E | 39 | 33 | 24 |
| Octal | 212 | 205 | 55 | 0 | 4 | 103 | 56 | 71 | 63 | 44 |
| Binary | 10001010 | 10000101 | 101101 | 0 | 100 | 1000011 | 101110 | 111001 | 110011 | 100100 |
Color Harmonies of #8A852D
Complementary color
Monochromatic Colors of #8A852D
Black with #8A852D
Text Example
Text Example
White with #8A852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A852D; }
p { color: rgb(138,133,45); }
H1.HeaderClassName
{
color: #8A852D;
}
.AnyTagClassName
{
color: #8A852D;
}
</style>
background-color css
<style>
a { background-color: #8A852D; }
a { background-color: rgb(138,133,45); }
div.DivClassName
{
background-color: #8A852D;
}
.BgClassName
{
background-color: #8A852D;
}
</style>
border-color css
<style>
span { border-color: #8A852D; }
span { border-color: rgb(138,133,45); }
td.TdClassName
{
border-color: #8A852D;
}
.TagClassName
{
border-color: #8A852D;
}
</style>