#94822A

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

Shades of Lemon Ginger #94822A

Tints of Lemon Ginger #94822A

Color information

#94822A (or 0x94822A) is unknown color: approx Lemon Ginger. HEX triplet: 94, 82 and 2A. RGB value is (148,130,42). Sum of RGB (Red+Green+Blue) = 148+130+42=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #94822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94822A is #6B7DD5. Grayscale: #7D7D7D. Windows color (decimal): -7044566 or 2785940. OLE color: 2785940.

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

Color convert

RGB14813042-
CMYK00.120.720.42
HSL49.81º55.79%37.25%-
HSV(B)49.81º71.62%58.04%-
XYZ20.6122.435.43-
YUV125.3580.96144.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 130 (51.17% from 255) = 40.62%
BLUE value IS 42 (16.80% from 255) = 13.12%
R=46.25%
G=40.62%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481304200.120.720.4249.8155.7937.25
Hex94822A0C482A323825
Octal2242025201411052627045
Binary1001010010000010101010011001001000101010110010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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