#94842D

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

Shades of Lemon Ginger #94842D

Tints of Lemon Ginger #94842D

Color information

#94842D (or 0x94842D) is unknown color: approx Lemon Ginger. HEX triplet: 94, 84 and 2D. RGB value is (148,132,45). Sum of RGB (Red+Green+Blue) = 148+132+45=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #94842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94842D is #6B7BD2. Grayscale: #7F7F7F. Windows color (decimal): -7044051 or 2983060. OLE color: 2983060.

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

Color convert

RGB14813245-
CMYK00.110.700.42
HSL50.68º53.37%37.84%-
HSV(B)50.68º69.59%58.04%-
XYZ20.9422.995.82-
YUV126.8781.8143.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 45 (17.97% from 255) = 13.85%
R=45.54%
G=40.62%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481324500.110.700.4250.6853.3737.84
Hex94842D0B462A333526
Octal2242045501310652636546
Binary1001010010000100101101010111000110101010110011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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