Shades of Lemon Ginger #887D32
Tints of Lemon Ginger #887D32
RGB
CMYK
RGB Variations
Color information
#887D32 (or 0x887D32) is known color: Lemon Ginger. HEX triplet: 88, 7D and 32. RGB value is (136,125,50). Sum of RGB (Red+Green+Blue) = 136+125+50=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #887D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887D32 is #7782CD. Grayscale: #787878. Windows color (decimal): -7832270 or 3308936. OLE color: 3308936.
HSL color Cylindrical-coordinate representation of color #887D32: hue angle of 52.33º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #887D32 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 50 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.47 |
| HSL | 52.33º | 0.46% | 0.36% | - |
| HSV(B) | 52.33º | 0.63% | 0.53% | - |
| XYZ | 18.06 | 20.13 | 5.95 | - |
| YUV | 119.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 50 | 0 | 0.08 | 0.63 | 0.47 | 52.33 | 0.46 | 0.36 |
| Hex | 88 | 7D | 32 | 0 | 8 | 3F | 2F | 34 | 2E | 24 |
| Octal | 210 | 175 | 62 | 0 | 10 | 77 | 57 | 64 | 56 | 44 |
| Binary | 10001000 | 1111101 | 110010 | 0 | 1000 | 111111 | 101111 | 110100 | 101110 | 100100 |
Color Harmonies of #887D32
Complementary color
Monochromatic Colors of #887D32
Black with #887D32
Text Example
Text Example
White with #887D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D32; }
p { color: rgb(136,125,50); }
H1.HeaderClassName
{
color: #887D32;
}
.AnyTagClassName
{
color: #887D32;
}
</style>
background-color css
<style>
a { background-color: #887D32; }
a { background-color: rgb(136,125,50); }
div.DivClassName
{
background-color: #887D32;
}
.BgClassName
{
background-color: #887D32;
}
</style>
border-color css
<style>
span { border-color: #887D32; }
span { border-color: rgb(136,125,50); }
td.TdClassName
{
border-color: #887D32;
}
.TagClassName
{
border-color: #887D32;
}
</style>