#384032

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

Shades of Mallard #384032

Tints of Mallard #384032

Color information

#384032 (or 0x384032) is unknown color: approx Mallard. HEX triplet: 38, 40 and 32. RGB value is (56,64,50). Sum of RGB (Red+Green+Blue) = 56+64+50=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #384032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384032 is #C7BFCD. Grayscale: #3C3C3C. Windows color (decimal): -13090766 or 3293240. OLE color: 3293240.

HSL color Cylindrical-coordinate representation of color #384032: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #384032 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB566450-
CMYK0.1300.220.75
HSL94.29º12.28%22.35%-
HSV(B)94.29º21.88%25.1%-
XYZ4.044.743.72-
YUV60.01122.35125.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 50 (19.92% from 255) = 29.41%
R=32.94%
G=37.65%
B=29.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664500.1300.220.7594.2912.2822.35
Hex384032D0164B5ec16
Octal7010062150261131361426
Binary1110001000000110010110101011010010111011110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384032; }

 p { color: rgb(56,64,50); }

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

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

 a { background-color: rgb(56,64,50); }

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

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

 span { border-color: rgb(56,64,50); }

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