#94842E

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

Shades of Lemon Ginger #94842E

Tints of Lemon Ginger #94842E

Color information

#94842E (or 0x94842E) is unknown color: approx Lemon Ginger. HEX triplet: 94, 84 and 2E. RGB value is (148,132,46). Sum of RGB (Red+Green+Blue) = 148+132+46=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94842E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94842E is #6B7BD1. Grayscale: #7F7F7F. Windows color (decimal): -7044050 or 3048596. OLE color: 3048596.

HSL color Cylindrical-coordinate representation of color #94842E: hue angle of 50.59º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94842E is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB14813246-
CMYK00.110.690.42
HSL50.59º52.58%38.04%-
HSV(B)50.59º68.92%58.04%-
XYZ20.96235.92-
YUV126.9882.3142.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 46 (18.36% from 255) = 14.11%
R=45.40%
G=40.49%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481324600.110.690.4250.5952.5838.04
Hex94842E0B452A333526
Octal2242045601310552636546
Binary1001010010000100101110010111000101101010110011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94842E; }

 p { color: rgb(148,132,46); }

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

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

 a { background-color: rgb(148,132,46); }

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

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

 span { border-color: rgb(148,132,46); }

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