Shades of Lemon Ginger #887C2B
Tints of Lemon Ginger #887C2B
RGB
CMYK
RGB Variations
Color information
#887C2B (or 0x887C2B) is known color: Lemon Ginger. HEX triplet: 88, 7C and 2B. RGB value is (136,124,43). Sum of RGB (Red+Green+Blue) = 136+124+43=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #887C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C2B is #7783D4. Grayscale: #767676. Windows color (decimal): -7832533 or 2849928. OLE color: 2849928.
HSL color Cylindrical-coordinate representation of color #887C2B: hue angle of 52.26º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #887C2B is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 43 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.47 |
| HSL | 52.26º | 0.52% | 0.35% | - |
| HSV(B) | 52.26º | 0.68% | 0.53% | - |
| XYZ | 17.8 | 19.82 | 5.17 | - |
| YUV | 118.35 | 85.48 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 43 | 0 | 0.09 | 0.68 | 0.47 | 52.26 | 0.52 | 0.35 |
| Hex | 88 | 7C | 2B | 0 | 9 | 44 | 2F | 34 | 34 | 23 |
| Octal | 210 | 174 | 53 | 0 | 11 | 104 | 57 | 64 | 64 | 43 |
| Binary | 10001000 | 1111100 | 101011 | 0 | 1001 | 1000100 | 101111 | 110100 | 110100 | 100011 |
Color Harmonies of #887C2B
Complementary color
Monochromatic Colors of #887C2B
Black with #887C2B
Text Example
Text Example
White with #887C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C2B; }
p { color: rgb(136,124,43); }
H1.HeaderClassName
{
color: #887C2B;
}
.AnyTagClassName
{
color: #887C2B;
}
</style>
background-color css
<style>
a { background-color: #887C2B; }
a { background-color: rgb(136,124,43); }
div.DivClassName
{
background-color: #887C2B;
}
.BgClassName
{
background-color: #887C2B;
}
</style>
border-color css
<style>
span { border-color: #887C2B; }
span { border-color: rgb(136,124,43); }
td.TdClassName
{
border-color: #887C2B;
}
.TagClassName
{
border-color: #887C2B;
}
</style>