Shades of Lemon Ginger #887B1F
Tints of Lemon Ginger #887B1F
RGB
CMYK
RGB Variations
Color information
#887B1F (or 0x887B1F) is known color: Lemon Ginger. HEX triplet: 88, 7B and 1F. RGB value is (136,123,31). Sum of RGB (Red+Green+Blue) = 136+123+31=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #887B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B1F is #7784E0. Grayscale: #747474. Windows color (decimal): -7832801 or 2063240. OLE color: 2063240.
HSL color Cylindrical-coordinate representation of color #887B1F: hue angle of 52.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #887B1F is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 31 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.47 |
| HSL | 52.57º | 0.63% | 0.33% | - |
| HSV(B) | 52.57º | 0.77% | 0.53% | - |
| XYZ | 17.48 | 19.5 | 4.14 | - |
| YUV | 116.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 31 | 0 | 0.10 | 0.77 | 0.47 | 52.57 | 0.63 | 0.33 |
| Hex | 88 | 7B | 1F | 0 | A | 4D | 2F | 35 | 3F | 21 |
| Octal | 210 | 173 | 37 | 0 | 12 | 115 | 57 | 65 | 77 | 41 |
| Binary | 10001000 | 1111011 | 11111 | 0 | 1010 | 1001101 | 101111 | 110101 | 111111 | 100001 |
Color Harmonies of #887B1F
Complementary color
Monochromatic Colors of #887B1F
Black with #887B1F
Text Example
Text Example
White with #887B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B1F; }
p { color: rgb(136,123,31); }
H1.HeaderClassName
{
color: #887B1F;
}
.AnyTagClassName
{
color: #887B1F;
}
</style>
background-color css
<style>
a { background-color: #887B1F; }
a { background-color: rgb(136,123,31); }
div.DivClassName
{
background-color: #887B1F;
}
.BgClassName
{
background-color: #887B1F;
}
</style>
border-color css
<style>
span { border-color: #887B1F; }
span { border-color: rgb(136,123,31); }
td.TdClassName
{
border-color: #887B1F;
}
.TagClassName
{
border-color: #887B1F;
}
</style>