Shades of Lemon Ginger #948D2D
Tints of Lemon Ginger #948D2D
RGB
CMYK
RGB Variations
Color information
#948D2D (or 0x948D2D) is known color: Lemon Ginger. HEX triplet: 94, 8D and 2D. RGB value is (148,141,45). Sum of RGB (Red+Green+Blue) = 148+141+45=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #948D2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948D2D is #6B72D2. Grayscale: #848484. Windows color (decimal): -7041747 or 2985364. OLE color: 2985364.
HSL color Cylindrical-coordinate representation of color #948D2D: hue angle of 55.92º 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 #948D2D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 45 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.42 |
| HSL | 55.92º | 0.53% | 0.38% | - |
| HSV(B) | 55.92º | 0.7% | 0.58% | - |
| XYZ | 22.21 | 25.54 | 6.24 | - |
| YUV | 132.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 45 | 0 | 0.05 | 0.70 | 0.42 | 55.92 | 0.53 | 0.38 |
| Hex | 94 | 8D | 2D | 0 | 5 | 46 | 2A | 38 | 35 | 26 |
| Octal | 224 | 215 | 55 | 0 | 5 | 106 | 52 | 70 | 65 | 46 |
| Binary | 10010100 | 10001101 | 101101 | 0 | 101 | 1000110 | 101010 | 111000 | 110101 | 100110 |
Color Harmonies of #948D2D
Complementary color
Monochromatic Colors of #948D2D
Black with #948D2D
Text Example
Text Example
White with #948D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D2D; }
p { color: rgb(148,141,45); }
H1.HeaderClassName
{
color: #948D2D;
}
.AnyTagClassName
{
color: #948D2D;
}
</style>
background-color css
<style>
a { background-color: #948D2D; }
a { background-color: rgb(148,141,45); }
div.DivClassName
{
background-color: #948D2D;
}
.BgClassName
{
background-color: #948D2D;
}
</style>
border-color css
<style>
span { border-color: #948D2D; }
span { border-color: rgb(148,141,45); }
td.TdClassName
{
border-color: #948D2D;
}
.TagClassName
{
border-color: #948D2D;
}
</style>