Shades of Lemon Ginger #887F31
Tints of Lemon Ginger #887F31
RGB
CMYK
RGB Variations
Color information
#887F31 (or 0x887F31) is known color: Lemon Ginger. HEX triplet: 88, 7F and 31. RGB value is (136,127,49). Sum of RGB (Red+Green+Blue) = 136+127+49=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #887F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887F31 is #7780CE. Grayscale: #797979. Windows color (decimal): -7831759 or 3243912. OLE color: 3243912.
HSL color Cylindrical-coordinate representation of color #887F31: hue angle of 53.79º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #887F31 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 49 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.47 |
| HSL | 53.79º | 0.47% | 0.36% | - |
| HSV(B) | 53.79º | 0.64% | 0.53% | - |
| XYZ | 18.3 | 20.63 | 5.92 | - |
| YUV | 120.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 49 | 0 | 0.07 | 0.64 | 0.47 | 53.79 | 0.47 | 0.36 |
| Hex | 88 | 7F | 31 | 0 | 7 | 40 | 2F | 36 | 2F | 24 |
| Octal | 210 | 177 | 61 | 0 | 7 | 100 | 57 | 66 | 57 | 44 |
| Binary | 10001000 | 1111111 | 110001 | 0 | 111 | 1000000 | 101111 | 110110 | 101111 | 100100 |
Color Harmonies of #887F31
Complementary color
Monochromatic Colors of #887F31
Black with #887F31
Text Example
Text Example
White with #887F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F31; }
p { color: rgb(136,127,49); }
H1.HeaderClassName
{
color: #887F31;
}
.AnyTagClassName
{
color: #887F31;
}
</style>
background-color css
<style>
a { background-color: #887F31; }
a { background-color: rgb(136,127,49); }
div.DivClassName
{
background-color: #887F31;
}
.BgClassName
{
background-color: #887F31;
}
</style>
border-color css
<style>
span { border-color: #887F31; }
span { border-color: rgb(136,127,49); }
td.TdClassName
{
border-color: #887F31;
}
.TagClassName
{
border-color: #887F31;
}
</style>