Shades of Lemon Ginger #8C8522
Tints of Lemon Ginger #8C8522
RGB
CMYK
RGB Variations
Color information
#8C8522 (or 0x8C8522) is known color: Lemon Ginger. HEX triplet: 8C, 85 and 22. RGB value is (140,133,34). Sum of RGB (Red+Green+Blue) = 140+133+34=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8522 is #737ADD. Grayscale: #7C7C7C. Windows color (decimal): -7568094 or 2262412. OLE color: 2262412.
HSL color Cylindrical-coordinate representation of color #8C8522: hue angle of 56.04º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C8522 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 34 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.45 |
| HSL | 56.04º | 0.61% | 0.34% | - |
| HSV(B) | 56.04º | 0.76% | 0.55% | - |
| XYZ | 19.49 | 22.47 | 4.82 | - |
| YUV | 123.81 | 77.32 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 34 | 0 | 0.05 | 0.76 | 0.45 | 56.04 | 0.61 | 0.34 |
| Hex | 8C | 85 | 22 | 0 | 5 | 4C | 2D | 38 | 3D | 22 |
| Octal | 214 | 205 | 42 | 0 | 5 | 114 | 55 | 70 | 75 | 42 |
| Binary | 10001100 | 10000101 | 100010 | 0 | 101 | 1001100 | 101101 | 111000 | 111101 | 100010 |
Color Harmonies of #8C8522
Complementary color
Monochromatic Colors of #8C8522
Black with #8C8522
Text Example
Text Example
White with #8C8522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8522; }
p { color: rgb(140,133,34); }
H1.HeaderClassName
{
color: #8C8522;
}
.AnyTagClassName
{
color: #8C8522;
}
</style>
background-color css
<style>
a { background-color: #8C8522; }
a { background-color: rgb(140,133,34); }
div.DivClassName
{
background-color: #8C8522;
}
.BgClassName
{
background-color: #8C8522;
}
</style>
border-color css
<style>
span { border-color: #8C8522; }
span { border-color: rgb(140,133,34); }
td.TdClassName
{
border-color: #8C8522;
}
.TagClassName
{
border-color: #8C8522;
}
</style>