Shades of Lemon Ginger #887D1E
Tints of Lemon Ginger #887D1E
RGB
CMYK
RGB Variations
Color information
#887D1E (or 0x887D1E) is known color: Lemon Ginger. HEX triplet: 88, 7D and 1E. RGB value is (136,125,30). Sum of RGB (Red+Green+Blue) = 136+125+30=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #887D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887D1E is #7782E1. Grayscale: #757575. Windows color (decimal): -7832290 or 1998216. OLE color: 1998216.
HSL color Cylindrical-coordinate representation of color #887D1E: hue angle of 53.77º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #887D1E is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 30 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.47 |
| HSL | 53.77º | 0.64% | 0.33% | - |
| HSV(B) | 53.77º | 0.78% | 0.53% | - |
| XYZ | 17.72 | 20 | 4.15 | - |
| YUV | 117.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 30 | 0 | 0.08 | 0.78 | 0.47 | 53.77 | 0.64 | 0.33 |
| Hex | 88 | 7D | 1E | 0 | 8 | 4E | 2F | 36 | 40 | 21 |
| Octal | 210 | 175 | 36 | 0 | 10 | 116 | 57 | 66 | 100 | 41 |
| Binary | 10001000 | 1111101 | 11110 | 0 | 1000 | 1001110 | 101111 | 110110 | 1000000 | 100001 |
Color Harmonies of #887D1E
Complementary color
Monochromatic Colors of #887D1E
Black with #887D1E
Text Example
Text Example
White with #887D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D1E; }
p { color: rgb(136,125,30); }
H1.HeaderClassName
{
color: #887D1E;
}
.AnyTagClassName
{
color: #887D1E;
}
</style>
background-color css
<style>
a { background-color: #887D1E; }
a { background-color: rgb(136,125,30); }
div.DivClassName
{
background-color: #887D1E;
}
.BgClassName
{
background-color: #887D1E;
}
</style>
border-color css
<style>
span { border-color: #887D1E; }
span { border-color: rgb(136,125,30); }
td.TdClassName
{
border-color: #887D1E;
}
.TagClassName
{
border-color: #887D1E;
}
</style>