Shades of Lemon Ginger #8B852F
Tints of Lemon Ginger #8B852F
RGB
CMYK
RGB Variations
Color information
#8B852F (or 0x8B852F) is known color: Lemon Ginger. HEX triplet: 8B, 85 and 2F. RGB value is (139,133,47). Sum of RGB (Red+Green+Blue) = 139+133+47=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B852F is #747AD0. Grayscale: #7D7D7D. Windows color (decimal): -7633617 or 3114379. OLE color: 3114379.
HSL color Cylindrical-coordinate representation of color #8B852F: hue angle of 56.09º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B852F is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 47 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.45 |
| HSL | 56.09º | 0.49% | 0.36% | - |
| HSV(B) | 56.09º | 0.66% | 0.55% | - |
| XYZ | 19.55 | 22.47 | 6 | - |
| YUV | 124.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 47 | 0 | 0.04 | 0.66 | 0.45 | 56.09 | 0.49 | 0.36 |
| Hex | 8B | 85 | 2F | 0 | 4 | 42 | 2D | 38 | 31 | 24 |
| Octal | 213 | 205 | 57 | 0 | 4 | 102 | 55 | 70 | 61 | 44 |
| Binary | 10001011 | 10000101 | 101111 | 0 | 100 | 1000010 | 101101 | 111000 | 110001 | 100100 |
Color Harmonies of #8B852F
Complementary color
Monochromatic Colors of #8B852F
Black with #8B852F
Text Example
Text Example
White with #8B852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B852F; }
p { color: rgb(139,133,47); }
H1.HeaderClassName
{
color: #8B852F;
}
.AnyTagClassName
{
color: #8B852F;
}
</style>
background-color css
<style>
a { background-color: #8B852F; }
a { background-color: rgb(139,133,47); }
div.DivClassName
{
background-color: #8B852F;
}
.BgClassName
{
background-color: #8B852F;
}
</style>
border-color css
<style>
span { border-color: #8B852F; }
span { border-color: rgb(139,133,47); }
td.TdClassName
{
border-color: #8B852F;
}
.TagClassName
{
border-color: #8B852F;
}
</style>