#385621

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

Shades of Mallard #385621

Tints of Mallard #385621

Color information

#385621 (or 0x385621) is unknown color: approx Mallard. HEX triplet: 38, 56 and 21. RGB value is (56,86,33). Sum of RGB (Red+Green+Blue) = 56+86+33=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #385621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385621 is #C7A9DE. Grayscale: #474747. Windows color (decimal): -13085151 or 2184760. OLE color: 2184760.

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

Color convert

RGB568633-
CMYK0.3500.620.66
HSL93.96º44.54%23.33%-
HSV(B)93.96º61.63%33.73%-
XYZ5.237.612.63-
YUV70.99106.56117.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 86 (33.98% from 255) = 49.14%
BLUE value IS 33 (13.28% from 255) = 18.86%
R=32%
G=49.14%
B=18.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686330.3500.620.6693.9644.5423.33
Hex3856212303E425e2d17
Octal7012641430761021365527
Binary111000101011010000110001101111101000010101111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385621; }

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

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

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

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

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

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

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

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