#94822D

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

Shades of Lemon Ginger #94822D

Tints of Lemon Ginger #94822D

Color information

#94822D (or 0x94822D) is unknown color: approx Lemon Ginger. HEX triplet: 94, 82 and 2D. RGB value is (148,130,45). Sum of RGB (Red+Green+Blue) = 148+130+45=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #94822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94822D is #6B7DD2. Grayscale: #7E7E7E. Windows color (decimal): -7044563 or 2982548. OLE color: 2982548.

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

Color convert

RGB14813045-
CMYK00.120.700.42
HSL49.51º53.37%37.84%-
HSV(B)49.51º69.59%58.04%-
XYZ20.6722.455.73-
YUV125.6982.46143.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 130 (51.17% from 255) = 40.25%
BLUE value IS 45 (17.97% from 255) = 13.93%
R=45.82%
G=40.25%
B=13.93%

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
Decimal1481304500.120.700.4249.5153.3737.84
Hex94822D0C462A323526
Octal2242025501410652626546
Binary1001010010000010101101011001000110101010110010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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