Shades of Lemon Ginger #887C29
Tints of Lemon Ginger #887C29
RGB
CMYK
RGB Variations
Color information
#887C29 (or 0x887C29) is known color: Lemon Ginger. HEX triplet: 88, 7C and 29. RGB value is (136,124,41). Sum of RGB (Red+Green+Blue) = 136+124+41=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #887C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C29 is #7783D6. Grayscale: #767676. Windows color (decimal): -7832535 or 2718856. OLE color: 2718856.
HSL color Cylindrical-coordinate representation of color #887C29: hue angle of 52.42º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #887C29 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 41 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.47 |
| HSL | 52.42º | 0.54% | 0.35% | - |
| HSV(B) | 52.42º | 0.7% | 0.53% | - |
| XYZ | 17.76 | 19.81 | 4.99 | - |
| YUV | 118.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 41 | 0 | 0.09 | 0.70 | 0.47 | 52.42 | 0.54 | 0.35 |
| Hex | 88 | 7C | 29 | 0 | 9 | 46 | 2F | 34 | 36 | 23 |
| Octal | 210 | 174 | 51 | 0 | 11 | 106 | 57 | 64 | 66 | 43 |
| Binary | 10001000 | 1111100 | 101001 | 0 | 1001 | 1000110 | 101111 | 110100 | 110110 | 100011 |
Color Harmonies of #887C29
Complementary color
Monochromatic Colors of #887C29
Black with #887C29
Text Example
Text Example
White with #887C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C29; }
p { color: rgb(136,124,41); }
H1.HeaderClassName
{
color: #887C29;
}
.AnyTagClassName
{
color: #887C29;
}
</style>
background-color css
<style>
a { background-color: #887C29; }
a { background-color: rgb(136,124,41); }
div.DivClassName
{
background-color: #887C29;
}
.BgClassName
{
background-color: #887C29;
}
</style>
border-color css
<style>
span { border-color: #887C29; }
span { border-color: rgb(136,124,41); }
td.TdClassName
{
border-color: #887C29;
}
.TagClassName
{
border-color: #887C29;
}
</style>