Shades of Lemon Ginger #887C33
Tints of Lemon Ginger #887C33
RGB
CMYK
RGB Variations
Color information
#887C33 (or 0x887C33) is known color: Lemon Ginger. HEX triplet: 88, 7C and 33. RGB value is (136,124,51). Sum of RGB (Red+Green+Blue) = 136+124+51=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #887C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C33 is #7783CC. Grayscale: #777777. Windows color (decimal): -7832525 or 3374216. OLE color: 3374216.
HSL color Cylindrical-coordinate representation of color #887C33: hue angle of 51.53º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #887C33 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 51 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.47 |
| HSL | 51.53º | 0.45% | 0.37% | - |
| HSV(B) | 51.53º | 0.63% | 0.53% | - |
| XYZ | 17.96 | 19.89 | 6.02 | - |
| YUV | 119.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 51 | 0 | 0.09 | 0.62 | 0.47 | 51.53 | 0.45 | 0.37 |
| Hex | 88 | 7C | 33 | 0 | 9 | 3E | 2F | 34 | 2D | 25 |
| Octal | 210 | 174 | 63 | 0 | 11 | 76 | 57 | 64 | 55 | 45 |
| Binary | 10001000 | 1111100 | 110011 | 0 | 1001 | 111110 | 101111 | 110100 | 101101 | 100101 |
Color Harmonies of #887C33
Complementary color
Monochromatic Colors of #887C33
Black with #887C33
Text Example
Text Example
White with #887C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C33; }
p { color: rgb(136,124,51); }
H1.HeaderClassName
{
color: #887C33;
}
.AnyTagClassName
{
color: #887C33;
}
</style>
background-color css
<style>
a { background-color: #887C33; }
a { background-color: rgb(136,124,51); }
div.DivClassName
{
background-color: #887C33;
}
.BgClassName
{
background-color: #887C33;
}
</style>
border-color css
<style>
span { border-color: #887C33; }
span { border-color: rgb(136,124,51); }
td.TdClassName
{
border-color: #887C33;
}
.TagClassName
{
border-color: #887C33;
}
</style>