Shades of Lemon Ginger #8B7C1D
Tints of Lemon Ginger #8B7C1D
RGB
CMYK
RGB Variations
Color information
#8B7C1D (or 0x8B7C1D) is known color: Lemon Ginger. HEX triplet: 8B, 7C and 1D. RGB value is (139,124,29). Sum of RGB (Red+Green+Blue) = 139+124+29=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7C1D is #7483E2. Grayscale: #767676. Windows color (decimal): -7635939 or 1932427. OLE color: 1932427.
HSL color Cylindrical-coordinate representation of color #8B7C1D: hue angle of 51.82º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B7C1D is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 124 | 29 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.45 |
| HSL | 51.82º | 0.65% | 0.33% | - |
| HSV(B) | 51.82º | 0.79% | 0.55% | - |
| XYZ | 18.08 | 19.99 | 4.07 | - |
| YUV | 117.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 29 | 0 | 0.11 | 0.79 | 0.45 | 51.82 | 0.65 | 0.33 |
| Hex | 8B | 7C | 1D | 0 | B | 4F | 2D | 34 | 41 | 21 |
| Octal | 213 | 174 | 35 | 0 | 13 | 117 | 55 | 64 | 101 | 41 |
| Binary | 10001011 | 1111100 | 11101 | 0 | 1011 | 1001111 | 101101 | 110100 | 1000001 | 100001 |
Color Harmonies of #8B7C1D
Complementary color
Monochromatic Colors of #8B7C1D
Black with #8B7C1D
Text Example
Text Example
White with #8B7C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7C1D; }
p { color: rgb(139,124,29); }
H1.HeaderClassName
{
color: #8B7C1D;
}
.AnyTagClassName
{
color: #8B7C1D;
}
</style>
background-color css
<style>
a { background-color: #8B7C1D; }
a { background-color: rgb(139,124,29); }
div.DivClassName
{
background-color: #8B7C1D;
}
.BgClassName
{
background-color: #8B7C1D;
}
</style>
border-color css
<style>
span { border-color: #8B7C1D; }
span { border-color: rgb(139,124,29); }
td.TdClassName
{
border-color: #8B7C1D;
}
.TagClassName
{
border-color: #8B7C1D;
}
</style>