Shades of Lemon Ginger #8B7D2B
Tints of Lemon Ginger #8B7D2B
RGB
CMYK
RGB Variations
Color information
#8B7D2B (or 0x8B7D2B) is known color: Lemon Ginger. HEX triplet: 8B, 7D and 2B. RGB value is (139,125,43). Sum of RGB (Red+Green+Blue) = 139+125+43=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D2B is #7482D4. Grayscale: #787878. Windows color (decimal): -7635669 or 2850187. OLE color: 2850187.
HSL color Cylindrical-coordinate representation of color #8B7D2B: hue angle of 51.25º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B7D2B is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 125 | 43 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.45 |
| HSL | 51.25º | 0.53% | 0.36% | - |
| HSV(B) | 51.25º | 0.69% | 0.55% | - |
| XYZ | 18.42 | 20.33 | 5.24 | - |
| YUV | 119.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 43 | 0 | 0.10 | 0.69 | 0.45 | 51.25 | 0.53 | 0.36 |
| Hex | 8B | 7D | 2B | 0 | A | 45 | 2D | 33 | 35 | 24 |
| Octal | 213 | 175 | 53 | 0 | 12 | 105 | 55 | 63 | 65 | 44 |
| Binary | 10001011 | 1111101 | 101011 | 0 | 1010 | 1000101 | 101101 | 110011 | 110101 | 100100 |
Color Harmonies of #8B7D2B
Complementary color
Monochromatic Colors of #8B7D2B
Black with #8B7D2B
Text Example
Text Example
White with #8B7D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7D2B; }
p { color: rgb(139,125,43); }
H1.HeaderClassName
{
color: #8B7D2B;
}
.AnyTagClassName
{
color: #8B7D2B;
}
</style>
background-color css
<style>
a { background-color: #8B7D2B; }
a { background-color: rgb(139,125,43); }
div.DivClassName
{
background-color: #8B7D2B;
}
.BgClassName
{
background-color: #8B7D2B;
}
</style>
border-color css
<style>
span { border-color: #8B7D2B; }
span { border-color: rgb(139,125,43); }
td.TdClassName
{
border-color: #8B7D2B;
}
.TagClassName
{
border-color: #8B7D2B;
}
</style>