#394B29

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

Shades of Mallard #394B29

Tints of Mallard #394B29

Color information

#394B29 (or 0x394B29) is unknown color: approx Mallard. HEX triplet: 39, 4B and 29. RGB value is (57,75,41). Sum of RGB (Red+Green+Blue) = 57+75+41=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #394B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B29 is #C6B4D6. Grayscale: #414141. Windows color (decimal): -13022423 or 2706233. OLE color: 2706233.

HSL color Cylindrical-coordinate representation of color #394B29: hue angle of 91.76º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #394B29 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB577541-
CMYK0.2400.450.71
HSL91.76º29.31%22.75%-
HSV(B)91.76º45.33%29.41%-
XYZ4.66.063.03-
YUV65.74114.04121.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 75 (29.69% from 255) = 43.35%
BLUE value IS 41 (16.41% from 255) = 23.70%
R=32.95%
G=43.35%
B=23.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5775410.2400.450.7191.7629.3122.75
Hex394B291802D475c1d17
Octal7111351300551071343527
Binary1110011001011101001110000101101100011110111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394B29; }

 p { color: rgb(57,75,41); }

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

<style>
 a { background-color: #394B29; }

 a { background-color: rgb(57,75,41); }

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

<style>
 span { border-color: #394B29; }

 span { border-color: rgb(57,75,41); }

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