#404C31

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

Shades of Mallard #404C31

Tints of Mallard #404C31

Color information

#404C31 (or 0x404C31) is unknown color: approx Mallard. HEX triplet: 40, 4C and 31. RGB value is (64,76,49). Sum of RGB (Red+Green+Blue) = 64+76+49=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #404C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C31 is #BFB3CE. Grayscale: #454545. Windows color (decimal): -12563407 or 3230784. OLE color: 3230784.

HSL color Cylindrical-coordinate representation of color #404C31: hue angle of 86.67º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #404C31 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB647649-
CMYK0.1600.360.70
HSL86.67º21.6%24.51%-
HSV(B)86.67º35.53%29.8%-
XYZ5.256.483.88-
YUV69.33116.52124.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 76 (30.08% from 255) = 40.21%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=33.86%
G=40.21%
B=25.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6476490.1600.360.7086.6721.624.51
Hex404C311002446571619
Octal10011461200441061272631
Binary10000001001100110001100000100100100011010101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404C31; }

 p { color: rgb(64,76,49); }

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

<style>
 a { background-color: #404C31; }

 a { background-color: rgb(64,76,49); }

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

<style>
 span { border-color: #404C31; }

 span { border-color: rgb(64,76,49); }

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