#3D5329

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

Shades of Mallard #3D5329

Tints of Mallard #3D5329

Color information

#3D5329 (or 0x3D5329) is unknown color: approx Mallard. HEX triplet: 3D, 53 and 29. RGB value is (61,83,41). Sum of RGB (Red+Green+Blue) = 61+83+41=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5329 is #C2ACD6. Grayscale: #474747. Windows color (decimal): -12758231 or 2708285. OLE color: 2708285.

HSL color Cylindrical-coordinate representation of color #3D5329: hue angle of 91.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D5329 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB618341-
CMYK0.2700.510.67
HSL91.43º33.87%24.31%-
HSV(B)91.43º50.6%32.55%-
XYZ5.427.343.23-
YUV71.63110.71120.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.97%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=32.97%
G=44.86%
B=22.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6183410.2700.510.6791.4333.8724.31
Hex3D53291B033435b2218
Octal7512351330631031334230
Binary11110110100111010011101101100111000011101101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5329; }

 p { color: rgb(61,83,41); }

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

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

 a { background-color: rgb(61,83,41); }

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

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

 span { border-color: rgb(61,83,41); }

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