Shades of Lemon Ginger #8B7D25
Tints of Lemon Ginger #8B7D25
RGB
CMYK
RGB Variations
Color information
#8B7D25 (or 0x8B7D25) is known color: Lemon Ginger. HEX triplet: 8B, 7D and 25. RGB value is (139,125,37). Sum of RGB (Red+Green+Blue) = 139+125+37=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D25 is #7482DA. Grayscale: #777777. Windows color (decimal): -7635675 or 2456971. OLE color: 2456971.
HSL color Cylindrical-coordinate representation of color #8B7D25: hue angle of 51.76º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B7D25 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 125 | 37 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.45 |
| HSL | 51.76º | 0.58% | 0.35% | - |
| HSV(B) | 51.76º | 0.73% | 0.55% | - |
| XYZ | 18.32 | 20.29 | 4.7 | - |
| YUV | 119.15 | 81.64 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 37 | 0 | 0.10 | 0.73 | 0.45 | 51.76 | 0.58 | 0.35 |
| Hex | 8B | 7D | 25 | 0 | A | 49 | 2D | 34 | 3A | 23 |
| Octal | 213 | 175 | 45 | 0 | 12 | 111 | 55 | 64 | 72 | 43 |
| Binary | 10001011 | 1111101 | 100101 | 0 | 1010 | 1001001 | 101101 | 110100 | 111010 | 100011 |
Color Harmonies of #8B7D25
Complementary color
Monochromatic Colors of #8B7D25
Black with #8B7D25
Text Example
Text Example
White with #8B7D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7D25; }
p { color: rgb(139,125,37); }
H1.HeaderClassName
{
color: #8B7D25;
}
.AnyTagClassName
{
color: #8B7D25;
}
</style>
background-color css
<style>
a { background-color: #8B7D25; }
a { background-color: rgb(139,125,37); }
div.DivClassName
{
background-color: #8B7D25;
}
.BgClassName
{
background-color: #8B7D25;
}
</style>
border-color css
<style>
span { border-color: #8B7D25; }
span { border-color: rgb(139,125,37); }
td.TdClassName
{
border-color: #8B7D25;
}
.TagClassName
{
border-color: #8B7D25;
}
</style>