#94822C

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

Shades of Lemon Ginger #94822C

Tints of Lemon Ginger #94822C

Color information

#94822C (or 0x94822C) is unknown color: approx Lemon Ginger. HEX triplet: 94, 82 and 2C. RGB value is (148,130,44). Sum of RGB (Red+Green+Blue) = 148+130+44=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #94822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94822C is #6B7DD3. Grayscale: #7D7D7D. Windows color (decimal): -7044564 or 2917012. OLE color: 2917012.

HSL color Cylindrical-coordinate representation of color #94822C: hue angle of 49.62º 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 #94822C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14813044-
CMYK00.120.700.42
HSL49.62º54.17%37.65%-
HSV(B)49.62º70.27%58.04%-
XYZ20.6522.445.63-
YUV125.5881.96143.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.96%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 44 (17.58% from 255) = 13.66%
R=45.96%
G=40.37%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481304400.120.700.4249.6254.1737.65
Hex94822C0C462A323626
Octal2242025401410652626646
Binary1001010010000010101100011001000110101010110010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94822C; }

 p { color: rgb(148,130,44); }

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

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

 a { background-color: rgb(148,130,44); }

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

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

 span { border-color: rgb(148,130,44); }

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