Shades of Lemon Ginger #9A852C
Tints of Lemon Ginger #9A852C
RGB
CMYK
RGB Variations
Color information
#9A852C (or 0x9A852C) is known color: Lemon Ginger. HEX triplet: 9A, 85 and 2C. RGB value is (154,133,44). Sum of RGB (Red+Green+Blue) = 154+133+44=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A852C is #657AD3. Grayscale: #818181. Windows color (decimal): -6650580 or 2917786. OLE color: 2917786.
HSL color Cylindrical-coordinate representation of color #9A852C: hue angle of 48.55º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A852C is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 133 | 44 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.40 |
| HSL | 48.55º | 0.56% | 0.39% | - |
| HSV(B) | 48.55º | 0.71% | 0.6% | - |
| XYZ | 22.17 | 23.83 | 5.81 | - |
| YUV | 129.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 44 | 0 | 0.14 | 0.71 | 0.40 | 48.55 | 0.56 | 0.39 |
| Hex | 9A | 85 | 2C | 0 | E | 47 | 28 | 31 | 38 | 27 |
| Octal | 232 | 205 | 54 | 0 | 16 | 107 | 50 | 61 | 70 | 47 |
| Binary | 10011010 | 10000101 | 101100 | 0 | 1110 | 1000111 | 101000 | 110001 | 111000 | 100111 |
Color Harmonies of #9A852C
Complementary color
Monochromatic Colors of #9A852C
Black with #9A852C
Text Example
Text Example
White with #9A852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A852C; }
p { color: rgb(154,133,44); }
H1.HeaderClassName
{
color: #9A852C;
}
.AnyTagClassName
{
color: #9A852C;
}
</style>
background-color css
<style>
a { background-color: #9A852C; }
a { background-color: rgb(154,133,44); }
div.DivClassName
{
background-color: #9A852C;
}
.BgClassName
{
background-color: #9A852C;
}
</style>
border-color css
<style>
span { border-color: #9A852C; }
span { border-color: rgb(154,133,44); }
td.TdClassName
{
border-color: #9A852C;
}
.TagClassName
{
border-color: #9A852C;
}
</style>