Shades of Lemon Ginger #887D2C
Tints of Lemon Ginger #887D2C
RGB
CMYK
RGB Variations
Color information
#887D2C (or 0x887D2C) is known color: Lemon Ginger. HEX triplet: 88, 7D and 2C. RGB value is (136,125,44). Sum of RGB (Red+Green+Blue) = 136+125+44=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #887D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887D2C is #7782D3. Grayscale: #777777. Windows color (decimal): -7832276 or 2915720. OLE color: 2915720.
HSL color Cylindrical-coordinate representation of color #887D2C: hue angle of 52.83º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #887D2C is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 44 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.47 |
| HSL | 52.83º | 0.51% | 0.35% | - |
| HSV(B) | 52.83º | 0.68% | 0.53% | - |
| XYZ | 17.94 | 20.08 | 5.31 | - |
| YUV | 119.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 44 | 0 | 0.08 | 0.68 | 0.47 | 52.83 | 0.51 | 0.35 |
| Hex | 88 | 7D | 2C | 0 | 8 | 44 | 2F | 35 | 33 | 23 |
| Octal | 210 | 175 | 54 | 0 | 10 | 104 | 57 | 65 | 63 | 43 |
| Binary | 10001000 | 1111101 | 101100 | 0 | 1000 | 1000100 | 101111 | 110101 | 110011 | 100011 |
Color Harmonies of #887D2C
Complementary color
Monochromatic Colors of #887D2C
Black with #887D2C
Text Example
Text Example
White with #887D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D2C; }
p { color: rgb(136,125,44); }
H1.HeaderClassName
{
color: #887D2C;
}
.AnyTagClassName
{
color: #887D2C;
}
</style>
background-color css
<style>
a { background-color: #887D2C; }
a { background-color: rgb(136,125,44); }
div.DivClassName
{
background-color: #887D2C;
}
.BgClassName
{
background-color: #887D2C;
}
</style>
border-color css
<style>
span { border-color: #887D2C; }
span { border-color: rgb(136,125,44); }
td.TdClassName
{
border-color: #887D2C;
}
.TagClassName
{
border-color: #887D2C;
}
</style>