#395521

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

Shades of Mallard #395521

Tints of Mallard #395521

Color information

#395521 (or 0x395521) is unknown color: approx Mallard. HEX triplet: 39, 55 and 21. RGB value is (57,85,33). Sum of RGB (Red+Green+Blue) = 57+85+33=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #395521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395521 is #C6AADE. Grayscale: #464646. Windows color (decimal): -13019871 or 2184505. OLE color: 2184505.

HSL color Cylindrical-coordinate representation of color #395521: hue angle of 92.31º 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 #395521 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB578533-
CMYK0.3300.610.67
HSL92.31º44.07%23.14%-
HSV(B)92.31º61.18%33.33%-
XYZ5.217.482.61-
YUV70.7106.72118.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 33 (13.28% from 255) = 18.86%
R=32.57%
G=48.57%
B=18.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785330.3300.610.6792.3144.0723.14
Hex3955212103D435c2c17
Octal7112541410751031345427
Binary111001101010110000110000101111011000011101110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395521; }

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

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

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

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

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

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

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

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