Shades of Lemon Ginger #887C24
Tints of Lemon Ginger #887C24
RGB
CMYK
RGB Variations
Color information
#887C24 (or 0x887C24) is known color: Lemon Ginger. HEX triplet: 88, 7C and 24. RGB value is (136,124,36). Sum of RGB (Red+Green+Blue) = 136+124+36=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #887C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C24 is #7783DB. Grayscale: #757575. Windows color (decimal): -7832540 or 2391176. OLE color: 2391176.
HSL color Cylindrical-coordinate representation of color #887C24: hue angle of 52.8º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #887C24 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 36 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.47 |
| HSL | 52.8º | 0.58% | 0.34% | - |
| HSV(B) | 52.8º | 0.74% | 0.53% | - |
| XYZ | 17.68 | 19.78 | 4.55 | - |
| YUV | 117.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 36 | 0 | 0.09 | 0.74 | 0.47 | 52.8 | 0.58 | 0.34 |
| Hex | 88 | 7C | 24 | 0 | 9 | 4A | 2F | 35 | 3A | 22 |
| Octal | 210 | 174 | 44 | 0 | 11 | 112 | 57 | 65 | 72 | 42 |
| Binary | 10001000 | 1111100 | 100100 | 0 | 1001 | 1001010 | 101111 | 110101 | 111010 | 100010 |
Color Harmonies of #887C24
Complementary color
Monochromatic Colors of #887C24
Black with #887C24
Text Example
Text Example
White with #887C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C24; }
p { color: rgb(136,124,36); }
H1.HeaderClassName
{
color: #887C24;
}
.AnyTagClassName
{
color: #887C24;
}
</style>
background-color css
<style>
a { background-color: #887C24; }
a { background-color: rgb(136,124,36); }
div.DivClassName
{
background-color: #887C24;
}
.BgClassName
{
background-color: #887C24;
}
</style>
border-color css
<style>
span { border-color: #887C24; }
span { border-color: rgb(136,124,36); }
td.TdClassName
{
border-color: #887C24;
}
.TagClassName
{
border-color: #887C24;
}
</style>