Shades of Lemon Ginger #94862D
Tints of Lemon Ginger #94862D
RGB
CMYK
RGB Variations
Color information
#94862D (or 0x94862D) is known color: Lemon Ginger. HEX triplet: 94, 86 and 2D. RGB value is (148,134,45). Sum of RGB (Red+Green+Blue) = 148+134+45=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #94862D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94862D is #6B79D2. Grayscale: #808080. Windows color (decimal): -7043539 or 2983572. OLE color: 2983572.
HSL color Cylindrical-coordinate representation of color #94862D: hue angle of 51.84º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94862D is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 134 | 45 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.42 |
| HSL | 51.84º | 0.53% | 0.38% | - |
| HSV(B) | 51.84º | 0.7% | 0.58% | - |
| XYZ | 21.21 | 23.54 | 5.91 | - |
| YUV | 128.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 45 | 0 | 0.09 | 0.70 | 0.42 | 51.84 | 0.53 | 0.38 |
| Hex | 94 | 86 | 2D | 0 | 9 | 46 | 2A | 34 | 35 | 26 |
| Octal | 224 | 206 | 55 | 0 | 11 | 106 | 52 | 64 | 65 | 46 |
| Binary | 10010100 | 10000110 | 101101 | 0 | 1001 | 1000110 | 101010 | 110100 | 110101 | 100110 |
Color Harmonies of #94862D
Complementary color
Monochromatic Colors of #94862D
Black with #94862D
Text Example
Text Example
White with #94862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94862D; }
p { color: rgb(148,134,45); }
H1.HeaderClassName
{
color: #94862D;
}
.AnyTagClassName
{
color: #94862D;
}
</style>
background-color css
<style>
a { background-color: #94862D; }
a { background-color: rgb(148,134,45); }
div.DivClassName
{
background-color: #94862D;
}
.BgClassName
{
background-color: #94862D;
}
</style>
border-color css
<style>
span { border-color: #94862D; }
span { border-color: rgb(148,134,45); }
td.TdClassName
{
border-color: #94862D;
}
.TagClassName
{
border-color: #94862D;
}
</style>