#94822F

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

Shades of Lemon Ginger #94822F

Tints of Lemon Ginger #94822F

Color information

#94822F (or 0x94822F) is unknown color: approx Lemon Ginger. HEX triplet: 94, 82 and 2F. RGB value is (148,130,47). Sum of RGB (Red+Green+Blue) = 148+130+47=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #94822F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94822F is #6B7DD0. Grayscale: #7E7E7E. Windows color (decimal): -7044561 or 3113620. OLE color: 3113620.

HSL color Cylindrical-coordinate representation of color #94822F: hue angle of 49.31º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94822F is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14813047-
CMYK00.120.680.42
HSL49.31º51.79%38.24%-
HSV(B)49.31º68.24%58.04%-
XYZ20.7122.475.93-
YUV125.9283.46143.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 47 (18.75% from 255) = 14.46%
R=45.54%
G=40%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481304700.120.680.4249.3151.7938.24
Hex94822F0C442A313426
Octal2242025701410452616446
Binary1001010010000010101111011001000100101010110001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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