Shades of Lemon Ginger #8B7C1C
Tints of Lemon Ginger #8B7C1C
RGB
CMYK
RGB Variations
Color information
#8B7C1C (or 0x8B7C1C) is known color: Lemon Ginger. HEX triplet: 8B, 7C and 1C. RGB value is (139,124,28). Sum of RGB (Red+Green+Blue) = 139+124+28=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7C1C is #7483E3. Grayscale: #757575. Windows color (decimal): -7635940 or 1866891. OLE color: 1866891.
HSL color Cylindrical-coordinate representation of color #8B7C1C: hue angle of 51.89º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B7C1C is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 124 | 28 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.45 |
| HSL | 51.89º | 0.66% | 0.33% | - |
| HSV(B) | 51.89º | 0.8% | 0.55% | - |
| XYZ | 18.06 | 19.99 | 4 | - |
| YUV | 117.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 28 | 0 | 0.11 | 0.80 | 0.45 | 51.89 | 0.66 | 0.33 |
| Hex | 8B | 7C | 1C | 0 | B | 50 | 2D | 34 | 42 | 21 |
| Octal | 213 | 174 | 34 | 0 | 13 | 120 | 55 | 64 | 102 | 41 |
| Binary | 10001011 | 1111100 | 11100 | 0 | 1011 | 1010000 | 101101 | 110100 | 1000010 | 100001 |
Color Harmonies of #8B7C1C
Complementary color
Monochromatic Colors of #8B7C1C
Black with #8B7C1C
Text Example
Text Example
White with #8B7C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7C1C; }
p { color: rgb(139,124,28); }
H1.HeaderClassName
{
color: #8B7C1C;
}
.AnyTagClassName
{
color: #8B7C1C;
}
</style>
background-color css
<style>
a { background-color: #8B7C1C; }
a { background-color: rgb(139,124,28); }
div.DivClassName
{
background-color: #8B7C1C;
}
.BgClassName
{
background-color: #8B7C1C;
}
</style>
border-color css
<style>
span { border-color: #8B7C1C; }
span { border-color: rgb(139,124,28); }
td.TdClassName
{
border-color: #8B7C1C;
}
.TagClassName
{
border-color: #8B7C1C;
}
</style>