Shades of Lemon Ginger #8C8528
Tints of Lemon Ginger #8C8528
RGB
CMYK
RGB Variations
Color information
#8C8528 (or 0x8C8528) is known color: Lemon Ginger. HEX triplet: 8C, 85 and 28. RGB value is (140,133,40). Sum of RGB (Red+Green+Blue) = 140+133+40=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8528 is #737AD7. Grayscale: #7C7C7C. Windows color (decimal): -7568088 or 2655628. OLE color: 2655628.
HSL color Cylindrical-coordinate representation of color #8C8528: hue angle of 55.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C8528 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 40 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.45 |
| HSL | 55.8º | 0.56% | 0.35% | - |
| HSV(B) | 55.8º | 0.71% | 0.55% | - |
| XYZ | 19.59 | 22.5 | 5.32 | - |
| YUV | 124.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 40 | 0 | 0.05 | 0.71 | 0.45 | 55.8 | 0.56 | 0.35 |
| Hex | 8C | 85 | 28 | 0 | 5 | 47 | 2D | 38 | 38 | 23 |
| Octal | 214 | 205 | 50 | 0 | 5 | 107 | 55 | 70 | 70 | 43 |
| Binary | 10001100 | 10000101 | 101000 | 0 | 101 | 1000111 | 101101 | 111000 | 111000 | 100011 |
Color Harmonies of #8C8528
Complementary color
Monochromatic Colors of #8C8528
Black with #8C8528
Text Example
Text Example
White with #8C8528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8528; }
p { color: rgb(140,133,40); }
H1.HeaderClassName
{
color: #8C8528;
}
.AnyTagClassName
{
color: #8C8528;
}
</style>
background-color css
<style>
a { background-color: #8C8528; }
a { background-color: rgb(140,133,40); }
div.DivClassName
{
background-color: #8C8528;
}
.BgClassName
{
background-color: #8C8528;
}
</style>
border-color css
<style>
span { border-color: #8C8528; }
span { border-color: rgb(140,133,40); }
td.TdClassName
{
border-color: #8C8528;
}
.TagClassName
{
border-color: #8C8528;
}
</style>