Shades of Lemon Ginger #887C2A
Tints of Lemon Ginger #887C2A
RGB
CMYK
RGB Variations
Color information
#887C2A (or 0x887C2A) is known color: Lemon Ginger. HEX triplet: 88, 7C and 2A. RGB value is (136,124,42). Sum of RGB (Red+Green+Blue) = 136+124+42=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #887C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C2A is #7783D5. Grayscale: #767676. Windows color (decimal): -7832534 or 2784392. OLE color: 2784392.
HSL color Cylindrical-coordinate representation of color #887C2A: hue angle of 52.34º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #887C2A is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 42 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.47 |
| HSL | 52.34º | 0.53% | 0.35% | - |
| HSV(B) | 52.34º | 0.69% | 0.53% | - |
| XYZ | 17.78 | 19.82 | 5.08 | - |
| YUV | 118.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 42 | 0 | 0.09 | 0.69 | 0.47 | 52.34 | 0.53 | 0.35 |
| Hex | 88 | 7C | 2A | 0 | 9 | 45 | 2F | 34 | 35 | 23 |
| Octal | 210 | 174 | 52 | 0 | 11 | 105 | 57 | 64 | 65 | 43 |
| Binary | 10001000 | 1111100 | 101010 | 0 | 1001 | 1000101 | 101111 | 110100 | 110101 | 100011 |
Color Harmonies of #887C2A
Complementary color
Monochromatic Colors of #887C2A
Black with #887C2A
Text Example
Text Example
White with #887C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C2A; }
p { color: rgb(136,124,42); }
H1.HeaderClassName
{
color: #887C2A;
}
.AnyTagClassName
{
color: #887C2A;
}
</style>
background-color css
<style>
a { background-color: #887C2A; }
a { background-color: rgb(136,124,42); }
div.DivClassName
{
background-color: #887C2A;
}
.BgClassName
{
background-color: #887C2A;
}
</style>
border-color css
<style>
span { border-color: #887C2A; }
span { border-color: rgb(136,124,42); }
td.TdClassName
{
border-color: #887C2A;
}
.TagClassName
{
border-color: #887C2A;
}
</style>