Shades of Lemon Ginger #8B8425
Tints of Lemon Ginger #8B8425
RGB
CMYK
RGB Variations
Color information
#8B8425 (or 0x8B8425) is known color: Lemon Ginger. HEX triplet: 8B, 84 and 25. RGB value is (139,132,37). Sum of RGB (Red+Green+Blue) = 139+132+37=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8425 is #747BDA. Grayscale: #7B7B7B. Windows color (decimal): -7633883 or 2458763. OLE color: 2458763.
HSL color Cylindrical-coordinate representation of color #8B8425: hue angle of 55.88º 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 #8B8425 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 37 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.45 |
| HSL | 55.88º | 0.58% | 0.35% | - |
| HSV(B) | 55.88º | 0.73% | 0.55% | - |
| XYZ | 19.23 | 22.13 | 5.01 | - |
| YUV | 123.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 37 | 0 | 0.05 | 0.73 | 0.45 | 55.88 | 0.58 | 0.35 |
| Hex | 8B | 84 | 25 | 0 | 5 | 49 | 2D | 38 | 3A | 23 |
| Octal | 213 | 204 | 45 | 0 | 5 | 111 | 55 | 70 | 72 | 43 |
| Binary | 10001011 | 10000100 | 100101 | 0 | 101 | 1001001 | 101101 | 111000 | 111010 | 100011 |
Color Harmonies of #8B8425
Complementary color
Monochromatic Colors of #8B8425
Black with #8B8425
Text Example
Text Example
White with #8B8425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8425; }
p { color: rgb(139,132,37); }
H1.HeaderClassName
{
color: #8B8425;
}
.AnyTagClassName
{
color: #8B8425;
}
</style>
background-color css
<style>
a { background-color: #8B8425; }
a { background-color: rgb(139,132,37); }
div.DivClassName
{
background-color: #8B8425;
}
.BgClassName
{
background-color: #8B8425;
}
</style>
border-color css
<style>
span { border-color: #8B8425; }
span { border-color: rgb(139,132,37); }
td.TdClassName
{
border-color: #8B8425;
}
.TagClassName
{
border-color: #8B8425;
}
</style>