Shades of Lemon Ginger #947C2C
Tints of Lemon Ginger #947C2C
RGB
CMYK
RGB Variations
Color information
#947C2C (or 0x947C2C) is known color: Lemon Ginger. HEX triplet: 94, 7C and 2C. RGB value is (148,124,44). Sum of RGB (Red+Green+Blue) = 148+124+44=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #947C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947C2C is #6B83D3. Grayscale: #7A7A7A. Windows color (decimal): -7046100 or 2915476. OLE color: 2915476.
HSL color Cylindrical-coordinate representation of color #947C2C: hue angle of 46.15º degrees, saturation: 0.54, 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 #947C2C is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 124 | 44 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.42 |
| HSL | 46.15º | 0.54% | 0.38% | - |
| HSV(B) | 46.15º | 0.7% | 0.58% | - |
| XYZ | 19.88 | 20.89 | 5.37 | - |
| YUV | 122.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 44 | 0 | 0.16 | 0.70 | 0.42 | 46.15 | 0.54 | 0.38 |
| Hex | 94 | 7C | 2C | 0 | 10 | 46 | 2A | 2E | 36 | 26 |
| Octal | 224 | 174 | 54 | 0 | 20 | 106 | 52 | 56 | 66 | 46 |
| Binary | 10010100 | 1111100 | 101100 | 0 | 10000 | 1000110 | 101010 | 101110 | 110110 | 100110 |
Color Harmonies of #947C2C
Complementary color
Monochromatic Colors of #947C2C
Black with #947C2C
Text Example
Text Example
White with #947C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947C2C; }
p { color: rgb(148,124,44); }
H1.HeaderClassName
{
color: #947C2C;
}
.AnyTagClassName
{
color: #947C2C;
}
</style>
background-color css
<style>
a { background-color: #947C2C; }
a { background-color: rgb(148,124,44); }
div.DivClassName
{
background-color: #947C2C;
}
.BgClassName
{
background-color: #947C2C;
}
</style>
border-color css
<style>
span { border-color: #947C2C; }
span { border-color: rgb(148,124,44); }
td.TdClassName
{
border-color: #947C2C;
}
.TagClassName
{
border-color: #947C2C;
}
</style>