#385521

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

Shades of Mallard #385521

Tints of Mallard #385521

Color information

#385521 (or 0x385521) is unknown color: approx Mallard. HEX triplet: 38, 55 and 21. RGB value is (56,85,33). Sum of RGB (Red+Green+Blue) = 56+85+33=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #385521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385521 is #C7AADE. Grayscale: #464646. Windows color (decimal): -13085407 or 2184504. OLE color: 2184504.

HSL color Cylindrical-coordinate representation of color #385521: hue angle of 93.46º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #385521 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB568533-
CMYK0.3400.610.67
HSL93.46º44.07%23.14%-
HSV(B)93.46º61.18%33.33%-
XYZ5.157.452.6-
YUV70.4106.89117.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 33 (13.28% from 255) = 18.97%
R=32.18%
G=48.85%
B=18.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685330.3400.610.6793.4644.0723.14
Hex3855212203D435d2c17
Octal7012541420751031355427
Binary111000101010110000110001001111011000011101110110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385521; }

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

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

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

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

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

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

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

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