Shades of Lemon Ginger #887E2B
Tints of Lemon Ginger #887E2B
RGB
CMYK
RGB Variations
Color information
#887E2B (or 0x887E2B) is known color: Lemon Ginger. HEX triplet: 88, 7E and 2B. RGB value is (136,126,43). Sum of RGB (Red+Green+Blue) = 136+126+43=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #887E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887E2B is #7781D4. Grayscale: #777777. Windows color (decimal): -7832021 or 2850440. OLE color: 2850440.
HSL color Cylindrical-coordinate representation of color #887E2B: hue angle of 53.55º degrees, saturation: 0.52, 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 #887E2B is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 126 | 43 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.47 |
| HSL | 53.55º | 0.52% | 0.35% | - |
| HSV(B) | 53.55º | 0.68% | 0.53% | - |
| XYZ | 18.05 | 20.33 | 5.26 | - |
| YUV | 119.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 43 | 0 | 0.07 | 0.68 | 0.47 | 53.55 | 0.52 | 0.35 |
| Hex | 88 | 7E | 2B | 0 | 7 | 44 | 2F | 36 | 34 | 23 |
| Octal | 210 | 176 | 53 | 0 | 7 | 104 | 57 | 66 | 64 | 43 |
| Binary | 10001000 | 1111110 | 101011 | 0 | 111 | 1000100 | 101111 | 110110 | 110100 | 100011 |
Color Harmonies of #887E2B
Complementary color
Monochromatic Colors of #887E2B
Black with #887E2B
Text Example
Text Example
White with #887E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887E2B; }
p { color: rgb(136,126,43); }
H1.HeaderClassName
{
color: #887E2B;
}
.AnyTagClassName
{
color: #887E2B;
}
</style>
background-color css
<style>
a { background-color: #887E2B; }
a { background-color: rgb(136,126,43); }
div.DivClassName
{
background-color: #887E2B;
}
.BgClassName
{
background-color: #887E2B;
}
</style>
border-color css
<style>
span { border-color: #887E2B; }
span { border-color: rgb(136,126,43); }
td.TdClassName
{
border-color: #887E2B;
}
.TagClassName
{
border-color: #887E2B;
}
</style>