#394232

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

Shades of Mallard #394232

Tints of Mallard #394232

Color information

#394232 (or 0x394232) is unknown color: approx Mallard. HEX triplet: 39, 42 and 32. RGB value is (57,66,50). Sum of RGB (Red+Green+Blue) = 57+66+50=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #394232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394232 is #C6BDCD. Grayscale: #3D3D3D. Windows color (decimal): -13024718 or 3293753. OLE color: 3293753.

HSL color Cylindrical-coordinate representation of color #394232: hue angle of 93.75º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #394232 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB576650-
CMYK0.1400.240.74
HSL93.75º13.79%22.75%-
HSV(B)93.75º24.24%25.88%-
XYZ4.2153.76-
YUV61.48121.52124.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=32.95%
G=38.15%
B=28.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5766500.1400.240.7493.7513.7922.75
Hex394232E0184A5ee17
Octal7110262160301121361627
Binary1110011000010110010111001100010010101011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394232; }

 p { color: rgb(57,66,50); }

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

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

 a { background-color: rgb(57,66,50); }

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

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

 span { border-color: rgb(57,66,50); }

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