#3E532D

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

Shades of Mallard #3E532D

Tints of Mallard #3E532D

Color information

#3E532D (or 0x3E532D) is unknown color: approx Mallard. HEX triplet: 3E, 53 and 2D. RGB value is (62,83,45). Sum of RGB (Red+Green+Blue) = 62+83+45=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #3E532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E532D is #C1ACD2. Grayscale: #484848. Windows color (decimal): -12692691 or 2970430. OLE color: 2970430.

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

Color convert

RGB628345-
CMYK0.2500.460.67
HSL93.16º29.69%25.1%-
HSV(B)93.16º45.78%32.55%-
XYZ5.557.43.62-
YUV72.39112.54120.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.63%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=32.63%
G=43.68%
B=23.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6283450.2500.460.6793.1629.6925.1
Hex3E532D1902E435d1e19
Octal7612355310561031353631
Binary1111101010011101101110010101110100001110111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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