#384A29

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

Shades of Mallard #384A29

Tints of Mallard #384A29

Color information

#384A29 (or 0x384A29) is unknown color: approx Mallard. HEX triplet: 38, 4A and 29. RGB value is (56,74,41). Sum of RGB (Red+Green+Blue) = 56+74+41=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 74 - color contains mainly: green. Hex color #384A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A29 is #C7B5D6. Grayscale: #404040. Windows color (decimal): -13088215 or 2705976. OLE color: 2705976.

HSL color Cylindrical-coordinate representation of color #384A29: hue angle of 92.73º 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 #384A29 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB567441-
CMYK0.2400.450.71
HSL92.73º28.7%22.55%-
HSV(B)92.73º44.59%29.02%-
XYZ4.485.93-
YUV64.86114.54121.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 74 (29.30% from 255) = 43.27%
BLUE value IS 41 (16.41% from 255) = 23.98%
R=32.75%
G=43.27%
B=23.98%

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
Decimal5674410.2400.450.7192.7328.722.55
Hex384A291802D475d1d17
Octal7011251300551071353527
Binary1110001001010101001110000101101100011110111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384A29; }

 p { color: rgb(56,74,41); }

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

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

 a { background-color: rgb(56,74,41); }

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

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

 span { border-color: rgb(56,74,41); }

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