Shades of Lemon Ginger #887C34
Tints of Lemon Ginger #887C34
RGB
CMYK
RGB Variations
Color information
#887C34 (or 0x887C34) is known color: Lemon Ginger. HEX triplet: 88, 7C and 34. RGB value is (136,124,52). Sum of RGB (Red+Green+Blue) = 136+124+52=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #887C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C34 is #7783CB. Grayscale: #777777. Windows color (decimal): -7832524 or 3439752. OLE color: 3439752.
HSL color Cylindrical-coordinate representation of color #887C34: hue angle of 51.43º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #887C34 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 52 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.47 |
| HSL | 51.43º | 0.45% | 0.37% | - |
| HSV(B) | 51.43º | 0.62% | 0.53% | - |
| XYZ | 17.98 | 19.9 | 6.14 | - |
| YUV | 119.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 52 | 0 | 0.09 | 0.62 | 0.47 | 51.43 | 0.45 | 0.37 |
| Hex | 88 | 7C | 34 | 0 | 9 | 3E | 2F | 33 | 2D | 25 |
| Octal | 210 | 174 | 64 | 0 | 11 | 76 | 57 | 63 | 55 | 45 |
| Binary | 10001000 | 1111100 | 110100 | 0 | 1001 | 111110 | 101111 | 110011 | 101101 | 100101 |
Color Harmonies of #887C34
Complementary color
Monochromatic Colors of #887C34
Black with #887C34
Text Example
Text Example
White with #887C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C34; }
p { color: rgb(136,124,52); }
H1.HeaderClassName
{
color: #887C34;
}
.AnyTagClassName
{
color: #887C34;
}
</style>
background-color css
<style>
a { background-color: #887C34; }
a { background-color: rgb(136,124,52); }
div.DivClassName
{
background-color: #887C34;
}
.BgClassName
{
background-color: #887C34;
}
</style>
border-color css
<style>
span { border-color: #887C34; }
span { border-color: rgb(136,124,52); }
td.TdClassName
{
border-color: #887C34;
}
.TagClassName
{
border-color: #887C34;
}
</style>