#385620

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

Shades of Mallard #385620

Tints of Mallard #385620

Color information

#385620 (or 0x385620) is unknown color: approx Mallard. HEX triplet: 38, 56 and 20. RGB value is (56,86,32). Sum of RGB (Red+Green+Blue) = 56+86+32=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #385620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385620 is #C7A9DF. Grayscale: #474747. Windows color (decimal): -13085152 or 2119224. OLE color: 2119224.

HSL color Cylindrical-coordinate representation of color #385620: hue angle of 93.33º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #385620 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB568632-
CMYK0.3500.630.66
HSL93.33º45.76%23.14%-
HSV(B)93.33º62.79%33.73%-
XYZ5.227.62.56-
YUV70.87106.06117.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 86 (33.98% from 255) = 49.43%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=32.18%
G=49.43%
B=18.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686320.3500.630.6693.3345.7623.14
Hex3856202303F425d2e17
Octal7012640430771021355627
Binary111000101011010000010001101111111000010101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385620; }

 p { color: rgb(56,86,32); }

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

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

 a { background-color: rgb(56,86,32); }

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

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

 span { border-color: rgb(56,86,32); }

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