#395321

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

Shades of Mallard #395321

Tints of Mallard #395321

Color information

#395321 (or 0x395321) is unknown color: approx Mallard. HEX triplet: 39, 53 and 21. RGB value is (57,83,33). Sum of RGB (Red+Green+Blue) = 57+83+33=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #395321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395321 is #C6ACDE. Grayscale: #454545. Windows color (decimal): -13020383 or 2183993. OLE color: 2183993.

HSL color Cylindrical-coordinate representation of color #395321: hue angle of 91.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #395321 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB578333-
CMYK0.3100.600.67
HSL91.2º43.1%22.75%-
HSV(B)91.2º60.24%32.55%-
XYZ5.067.172.56-
YUV69.53107.39119.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=32.95%
G=47.98%
B=19.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783330.3100.600.6791.243.122.75
Hex3953211F03C435b2b17
Octal7112341370741031335327
Binary11100110100111000011111101111001000011101101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395321; }

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

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

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

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

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

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

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

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