Shades of Lemon Ginger #887B2C
Tints of Lemon Ginger #887B2C
RGB
CMYK
RGB Variations
Color information
#887B2C (or 0x887B2C) is known color: Lemon Ginger. HEX triplet: 88, 7B and 2C. RGB value is (136,123,44). Sum of RGB (Red+Green+Blue) = 136+123+44=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #887B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B2C is #7784D3. Grayscale: #767676. Windows color (decimal): -7832788 or 2915208. OLE color: 2915208.
HSL color Cylindrical-coordinate representation of color #887B2C: hue angle of 51.52º 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 #887B2C is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 44 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.47 |
| HSL | 51.52º | 0.51% | 0.35% | - |
| HSV(B) | 51.52º | 0.68% | 0.53% | - |
| XYZ | 17.69 | 19.58 | 5.23 | - |
| YUV | 117.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 44 | 0 | 0.10 | 0.68 | 0.47 | 51.52 | 0.51 | 0.35 |
| Hex | 88 | 7B | 2C | 0 | A | 44 | 2F | 34 | 33 | 23 |
| Octal | 210 | 173 | 54 | 0 | 12 | 104 | 57 | 64 | 63 | 43 |
| Binary | 10001000 | 1111011 | 101100 | 0 | 1010 | 1000100 | 101111 | 110100 | 110011 | 100011 |
Color Harmonies of #887B2C
Complementary color
Monochromatic Colors of #887B2C
Black with #887B2C
Text Example
Text Example
White with #887B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B2C; }
p { color: rgb(136,123,44); }
H1.HeaderClassName
{
color: #887B2C;
}
.AnyTagClassName
{
color: #887B2C;
}
</style>
background-color css
<style>
a { background-color: #887B2C; }
a { background-color: rgb(136,123,44); }
div.DivClassName
{
background-color: #887B2C;
}
.BgClassName
{
background-color: #887B2C;
}
</style>
border-color css
<style>
span { border-color: #887B2C; }
span { border-color: rgb(136,123,44); }
td.TdClassName
{
border-color: #887B2C;
}
.TagClassName
{
border-color: #887B2C;
}
</style>