Shades of Lemon Ginger #948432
Tints of Lemon Ginger #948432
RGB
CMYK
RGB Variations
Color information
#948432 (or 0x948432) is known color: Lemon Ginger. HEX triplet: 94, 84 and 32. RGB value is (148,132,50). Sum of RGB (Red+Green+Blue) = 148+132+50=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #948432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948432 is #6B7BCD. Grayscale: #7F7F7F. Windows color (decimal): -7044046 or 3310740. OLE color: 3310740.
HSL color Cylindrical-coordinate representation of color #948432: hue angle of 50.2º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #948432 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 132 | 50 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.42 |
| HSL | 50.2º | 0.49% | 0.39% | - |
| HSV(B) | 50.2º | 0.66% | 0.58% | - |
| XYZ | 21.04 | 23.03 | 6.35 | - |
| YUV | 127.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 50 | 0 | 0.11 | 0.66 | 0.42 | 50.2 | 0.49 | 0.39 |
| Hex | 94 | 84 | 32 | 0 | B | 42 | 2A | 32 | 31 | 27 |
| Octal | 224 | 204 | 62 | 0 | 13 | 102 | 52 | 62 | 61 | 47 |
| Binary | 10010100 | 10000100 | 110010 | 0 | 1011 | 1000010 | 101010 | 110010 | 110001 | 100111 |
Color Harmonies of #948432
Complementary color
Monochromatic Colors of #948432
Black with #948432
Text Example
Text Example
White with #948432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948432; }
p { color: rgb(148,132,50); }
H1.HeaderClassName
{
color: #948432;
}
.AnyTagClassName
{
color: #948432;
}
</style>
background-color css
<style>
a { background-color: #948432; }
a { background-color: rgb(148,132,50); }
div.DivClassName
{
background-color: #948432;
}
.BgClassName
{
background-color: #948432;
}
</style>
border-color css
<style>
span { border-color: #948432; }
span { border-color: rgb(148,132,50); }
td.TdClassName
{
border-color: #948432;
}
.TagClassName
{
border-color: #948432;
}
</style>