Shades of Lemon Ginger #8B7D1D
Tints of Lemon Ginger #8B7D1D
RGB
CMYK
RGB Variations
Color information
#8B7D1D (or 0x8B7D1D) is known color: Lemon Ginger. HEX triplet: 8B, 7D and 1D. RGB value is (139,125,29). Sum of RGB (Red+Green+Blue) = 139+125+29=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D1D is #7482E2. Grayscale: #767676. Windows color (decimal): -7635683 or 1932683. OLE color: 1932683.
HSL color Cylindrical-coordinate representation of color #8B7D1D: hue angle of 52.36º 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 #8B7D1D is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 125 | 29 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.45 |
| HSL | 52.36º | 0.65% | 0.33% | - |
| HSV(B) | 52.36º | 0.79% | 0.55% | - |
| XYZ | 18.2 | 20.24 | 4.11 | - |
| YUV | 118.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 29 | 0 | 0.10 | 0.79 | 0.45 | 52.36 | 0.65 | 0.33 |
| Hex | 8B | 7D | 1D | 0 | A | 4F | 2D | 34 | 41 | 21 |
| Octal | 213 | 175 | 35 | 0 | 12 | 117 | 55 | 64 | 101 | 41 |
| Binary | 10001011 | 1111101 | 11101 | 0 | 1010 | 1001111 | 101101 | 110100 | 1000001 | 100001 |
Color Harmonies of #8B7D1D
Complementary color
Monochromatic Colors of #8B7D1D
Black with #8B7D1D
Text Example
Text Example
White with #8B7D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7D1D; }
p { color: rgb(139,125,29); }
H1.HeaderClassName
{
color: #8B7D1D;
}
.AnyTagClassName
{
color: #8B7D1D;
}
</style>
background-color css
<style>
a { background-color: #8B7D1D; }
a { background-color: rgb(139,125,29); }
div.DivClassName
{
background-color: #8B7D1D;
}
.BgClassName
{
background-color: #8B7D1D;
}
</style>
border-color css
<style>
span { border-color: #8B7D1D; }
span { border-color: rgb(139,125,29); }
td.TdClassName
{
border-color: #8B7D1D;
}
.TagClassName
{
border-color: #8B7D1D;
}
</style>