#3E522D

Color #3E522D Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #3E522D

Tints of Mallard #3E522D

Color information

#3E522D (or 0x3E522D) is unknown color: approx Mallard. HEX triplet: 3E, 52 and 2D. RGB value is (62,82,45). Sum of RGB (Red+Green+Blue) = 62+82+45=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #3E522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E522D is #C1ADD2. Grayscale: #474747. Windows color (decimal): -12692947 or 2970174. OLE color: 2970174.

HSL color Cylindrical-coordinate representation of color #3E522D: hue angle of 92.43º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E522D is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB628245-
CMYK0.2400.450.68
HSL92.43º29.13%24.9%-
HSV(B)92.43º45.12%32.16%-
XYZ5.487.253.59-
YUV71.8112.87121.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.80%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 45 (17.97% from 255) = 23.81%
R=32.80%
G=43.39%
B=23.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6282450.2400.450.6892.4329.1324.9
Hex3E522D1802D445c1d19
Octal7612255300551041343531
Binary1111101010010101101110000101101100010010111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E522D; }

 p { color: rgb(62,82,45); }

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

<style>
 a { background-color: #3E522D; }

 a { background-color: rgb(62,82,45); }

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

<style>
 span { border-color: #3E522D; }

 span { border-color: rgb(62,82,45); }

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