#3E532C

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

Shades of Mallard #3E532C

Tints of Mallard #3E532C

Color information

#3E532C (or 0x3E532C) is unknown color: approx Mallard. HEX triplet: 3E, 53 and 2C. RGB value is (62,83,44). Sum of RGB (Red+Green+Blue) = 62+83+44=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #3E532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E532C is #C1ACD3. Grayscale: #484848. Windows color (decimal): -12692692 or 2904894. OLE color: 2904894.

HSL color Cylindrical-coordinate representation of color #3E532C: hue angle of 92.31º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E532C is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB628344-
CMYK0.2500.470.67
HSL92.31º30.71%24.9%-
HSV(B)92.31º46.99%32.55%-
XYZ5.537.393.52-
YUV72.28112.04120.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.80%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=32.80%
G=43.92%
B=23.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6283440.2500.470.6792.3130.7124.9
Hex3E532C1902F435c1f19
Octal7612354310571031343731
Binary1111101010011101100110010101111100001110111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,83,44); }

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

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

 a { background-color: rgb(62,83,44); }

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

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

 span { border-color: rgb(62,83,44); }

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