Shades of Lemon Ginger #948435
Tints of Lemon Ginger #948435
RGB
CMYK
RGB Variations
Color information
#948435 (or 0x948435) is known color: Lemon Ginger. HEX triplet: 94, 84 and 35. RGB value is (148,132,53). Sum of RGB (Red+Green+Blue) = 148+132+53=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #948435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948435 is #6B7BCA. Grayscale: #808080. Windows color (decimal): -7044043 or 3507348. OLE color: 3507348.
HSL color Cylindrical-coordinate representation of color #948435: hue angle of 49.89º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #948435 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 132 | 53 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.42 |
| HSL | 49.89º | 0.47% | 0.39% | - |
| HSV(B) | 49.89º | 0.64% | 0.58% | - |
| XYZ | 21.11 | 23.06 | 6.71 | - |
| YUV | 127.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 53 | 0 | 0.11 | 0.64 | 0.42 | 49.89 | 0.47 | 0.39 |
| Hex | 94 | 84 | 35 | 0 | B | 40 | 2A | 32 | 2F | 27 |
| Octal | 224 | 204 | 65 | 0 | 13 | 100 | 52 | 62 | 57 | 47 |
| Binary | 10010100 | 10000100 | 110101 | 0 | 1011 | 1000000 | 101010 | 110010 | 101111 | 100111 |
Color Harmonies of #948435
Complementary color
Monochromatic Colors of #948435
Black with #948435
Text Example
Text Example
White with #948435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948435; }
p { color: rgb(148,132,53); }
H1.HeaderClassName
{
color: #948435;
}
.AnyTagClassName
{
color: #948435;
}
</style>
background-color css
<style>
a { background-color: #948435; }
a { background-color: rgb(148,132,53); }
div.DivClassName
{
background-color: #948435;
}
.BgClassName
{
background-color: #948435;
}
</style>
border-color css
<style>
span { border-color: #948435; }
span { border-color: rgb(148,132,53); }
td.TdClassName
{
border-color: #948435;
}
.TagClassName
{
border-color: #948435;
}
</style>