#395323

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

Shades of Mallard #395323

Tints of Mallard #395323

Color information

#395323 (or 0x395323) is unknown color: approx Mallard. HEX triplet: 39, 53 and 23. RGB value is (57,83,35). Sum of RGB (Red+Green+Blue) = 57+83+35=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #395323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395323 is #C6ACDC. Grayscale: #454545. Windows color (decimal): -13020381 or 2315065. OLE color: 2315065.

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

Color convert

RGB578335-
CMYK0.3100.580.67
HSL92.5º40.68%23.14%-
HSV(B)92.5º57.83%32.55%-
XYZ5.087.182.71-
YUV69.75108.39118.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 35 (14.06% from 255) = 20%
R=32.57%
G=47.43%
B=20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783350.3100.580.6792.540.6823.14
Hex3953231F03A435c2917
Octal7112343370721031345127
Binary11100110100111000111111101110101000011101110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395323; }

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

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

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

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

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

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

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

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