#394532

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

Shades of Mallard #394532

Tints of Mallard #394532

Color information

#394532 (or 0x394532) is unknown color: approx Mallard. HEX triplet: 39, 45 and 32. RGB value is (57,69,50). Sum of RGB (Red+Green+Blue) = 57+69+50=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 69 - color contains mainly: green. Hex color #394532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394532 is #C6BACD. Grayscale: #3F3F3F. Windows color (decimal): -13023950 or 3294521. OLE color: 3294521.

HSL color Cylindrical-coordinate representation of color #394532: hue angle of 97.89º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #394532 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB576950-
CMYK0.1700.280.73
HSL97.89º15.97%23.33%-
HSV(B)97.89º27.54%27.06%-
XYZ4.395.363.82-
YUV63.25120.52123.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 69 (27.34% from 255) = 39.20%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=32.39%
G=39.20%
B=28.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5769500.1700.280.7397.8915.9723.33
Hex3945321101C49621017
Octal7110562210341111422027
Binary111001100010111001010001011100100100111000101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394532; }

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

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

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

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

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

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

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

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