#948032

Color #948032 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #948032

Tints of Lemon Ginger #948032

Color information

#948032 (or 0x948032) is unknown color: approx Lemon Ginger. HEX triplet: 94, 80 and 32. RGB value is (148,128,50). Sum of RGB (Red+Green+Blue) = 148+128+50=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #948032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948032 is #6B7FCD. Grayscale: #7D7D7D. Windows color (decimal): -7045070 or 3309716. OLE color: 3309716.

HSL color Cylindrical-coordinate representation of color #948032: hue angle of 47.76º 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 #948032 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB14812850-
CMYK00.140.660.42
HSL47.76º49.49%38.82%-
HSV(B)47.76º66.22%58.04%-
XYZ20.5121.966.18-
YUV125.0985.63144.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 128 (50.39% from 255) = 39.26%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=45.40%
G=39.26%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481285000.140.660.4247.7649.4938.82
Hex9480320E422A303127
Octal2242006201610252606147
Binary1001010010000000110010011101000010101010110000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948032; }

 p { color: rgb(148,128,50); }

 H1.HeaderClassName
 {
   color: #948032;
 }
 .AnyTagClassName
 {
   color: #948032;
 }
</style>
background-color css

<style>
 a { background-color: #948032; }

 a { background-color: rgb(148,128,50); }

 div.DivClassName
 {
   background-color: #948032;
 }
 .BgClassName
 {
   background-color: #948032;
 }
</style>
border-color css

<style>
 span { border-color: #948032; }

 span { border-color: rgb(148,128,50); }

 td.TdClassName
 {
   border-color: #948032;
 }
 .TagClassName
 {
   border-color: #948032;
 }
</style>