Shades of Lemon Ginger #887B24
Tints of Lemon Ginger #887B24
RGB
CMYK
RGB Variations
Color information
#887B24 (or 0x887B24) is known color: Lemon Ginger. HEX triplet: 88, 7B and 24. RGB value is (136,123,36). Sum of RGB (Red+Green+Blue) = 136+123+36=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #887B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B24 is #7784DB. Grayscale: #757575. Windows color (decimal): -7832796 or 2390920. OLE color: 2390920.
HSL color Cylindrical-coordinate representation of color #887B24: hue angle of 52.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #887B24 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 36 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.47 |
| HSL | 52.2º | 0.58% | 0.34% | - |
| HSV(B) | 52.2º | 0.74% | 0.53% | - |
| XYZ | 17.55 | 19.53 | 4.51 | - |
| YUV | 116.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 36 | 0 | 0.10 | 0.74 | 0.47 | 52.2 | 0.58 | 0.34 |
| Hex | 88 | 7B | 24 | 0 | A | 4A | 2F | 34 | 3A | 22 |
| Octal | 210 | 173 | 44 | 0 | 12 | 112 | 57 | 64 | 72 | 42 |
| Binary | 10001000 | 1111011 | 100100 | 0 | 1010 | 1001010 | 101111 | 110100 | 111010 | 100010 |
Color Harmonies of #887B24
Complementary color
Monochromatic Colors of #887B24
Black with #887B24
Text Example
Text Example
White with #887B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B24; }
p { color: rgb(136,123,36); }
H1.HeaderClassName
{
color: #887B24;
}
.AnyTagClassName
{
color: #887B24;
}
</style>
background-color css
<style>
a { background-color: #887B24; }
a { background-color: rgb(136,123,36); }
div.DivClassName
{
background-color: #887B24;
}
.BgClassName
{
background-color: #887B24;
}
</style>
border-color css
<style>
span { border-color: #887B24; }
span { border-color: rgb(136,123,36); }
td.TdClassName
{
border-color: #887B24;
}
.TagClassName
{
border-color: #887B24;
}
</style>