#385720

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

Shades of Mallard #385720

Tints of Mallard #385720

Color information

#385720 (or 0x385720) is unknown color: approx Mallard. HEX triplet: 38, 57 and 20. RGB value is (56,87,32). Sum of RGB (Red+Green+Blue) = 56+87+32=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #385720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385720 is #C7A8DF. Grayscale: #474747. Windows color (decimal): -13084896 or 2119480. OLE color: 2119480.

HSL color Cylindrical-coordinate representation of color #385720: hue angle of 93.82º 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 #385720 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB568732-
CMYK0.3600.630.66
HSL93.82º46.22%23.33%-
HSV(B)93.82º63.22%34.12%-
XYZ5.37.762.59-
YUV71.46105.73116.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 87 (34.38% from 255) = 49.71%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=32%
G=49.71%
B=18.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687320.3600.630.6693.8246.2223.33
Hex3857202403F425e2e17
Octal7012740440771021365627
Binary111000101011110000010010001111111000010101111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385720; }

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

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

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

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

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

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

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

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