Shades of Lemon Ginger #947D2C
Tints of Lemon Ginger #947D2C
RGB
CMYK
RGB Variations
Color information
#947D2C (or 0x947D2C) is known color: Lemon Ginger. HEX triplet: 94, 7D and 2C. RGB value is (148,125,44). Sum of RGB (Red+Green+Blue) = 148+125+44=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #947D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947D2C is #6B82D3. Grayscale: #7A7A7A. Windows color (decimal): -7045844 or 2915732. OLE color: 2915732.
HSL color Cylindrical-coordinate representation of color #947D2C: hue angle of 46.73º 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 #947D2C is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 125 | 44 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.42 |
| HSL | 46.73º | 0.54% | 0.38% | - |
| HSV(B) | 46.73º | 0.7% | 0.58% | - |
| XYZ | 20 | 21.14 | 5.41 | - |
| YUV | 122.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 44 | 0 | 0.16 | 0.70 | 0.42 | 46.73 | 0.54 | 0.38 |
| Hex | 94 | 7D | 2C | 0 | 10 | 46 | 2A | 2F | 36 | 26 |
| Octal | 224 | 175 | 54 | 0 | 20 | 106 | 52 | 57 | 66 | 46 |
| Binary | 10010100 | 1111101 | 101100 | 0 | 10000 | 1000110 | 101010 | 101111 | 110110 | 100110 |
Color Harmonies of #947D2C
Complementary color
Monochromatic Colors of #947D2C
Black with #947D2C
Text Example
Text Example
White with #947D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947D2C; }
p { color: rgb(148,125,44); }
H1.HeaderClassName
{
color: #947D2C;
}
.AnyTagClassName
{
color: #947D2C;
}
</style>
background-color css
<style>
a { background-color: #947D2C; }
a { background-color: rgb(148,125,44); }
div.DivClassName
{
background-color: #947D2C;
}
.BgClassName
{
background-color: #947D2C;
}
</style>
border-color css
<style>
span { border-color: #947D2C; }
span { border-color: rgb(148,125,44); }
td.TdClassName
{
border-color: #947D2C;
}
.TagClassName
{
border-color: #947D2C;
}
</style>