Shades of Lemon Ginger #887C2D
Tints of Lemon Ginger #887C2D
RGB
CMYK
RGB Variations
Color information
#887C2D (or 0x887C2D) is known color: Lemon Ginger. HEX triplet: 88, 7C and 2D. RGB value is (136,124,45). Sum of RGB (Red+Green+Blue) = 136+124+45=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #887C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C2D is #7783D2. Grayscale: #767676. Windows color (decimal): -7832531 or 2981000. OLE color: 2981000.
HSL color Cylindrical-coordinate representation of color #887C2D: hue angle of 52.09º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #887C2D is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 45 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.47 |
| HSL | 52.09º | 0.5% | 0.35% | - |
| HSV(B) | 52.09º | 0.67% | 0.53% | - |
| XYZ | 17.83 | 19.84 | 5.37 | - |
| YUV | 118.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 45 | 0 | 0.09 | 0.67 | 0.47 | 52.09 | 0.5 | 0.35 |
| Hex | 88 | 7C | 2D | 0 | 9 | 43 | 2F | 34 | 32 | 23 |
| Octal | 210 | 174 | 55 | 0 | 11 | 103 | 57 | 64 | 62 | 43 |
| Binary | 10001000 | 1111100 | 101101 | 0 | 1001 | 1000011 | 101111 | 110100 | 110010 | 100011 |
Color Harmonies of #887C2D
Complementary color
Monochromatic Colors of #887C2D
Black with #887C2D
Text Example
Text Example
White with #887C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C2D; }
p { color: rgb(136,124,45); }
H1.HeaderClassName
{
color: #887C2D;
}
.AnyTagClassName
{
color: #887C2D;
}
</style>
background-color css
<style>
a { background-color: #887C2D; }
a { background-color: rgb(136,124,45); }
div.DivClassName
{
background-color: #887C2D;
}
.BgClassName
{
background-color: #887C2D;
}
</style>
border-color css
<style>
span { border-color: #887C2D; }
span { border-color: rgb(136,124,45); }
td.TdClassName
{
border-color: #887C2D;
}
.TagClassName
{
border-color: #887C2D;
}
</style>