#3D522B

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

Shades of Mallard #3D522B

Tints of Mallard #3D522B

Color information

#3D522B (or 0x3D522B) is unknown color: approx Mallard. HEX triplet: 3D, 52 and 2B. RGB value is (61,82,43). Sum of RGB (Red+Green+Blue) = 61+82+43=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #3D522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D522B is #C2ADD4. Grayscale: #474747. Windows color (decimal): -12758485 or 2839101. OLE color: 2839101.

HSL color Cylindrical-coordinate representation of color #3D522B: hue angle of 92.31º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D522B is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB618243-
CMYK0.2600.480.68
HSL92.31º31.2%24.51%-
HSV(B)92.31º47.56%32.16%-
XYZ5.387.23.39-
YUV71.28112.04120.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.80%
GREEN value IS 82 (32.42% from 255) = 44.09%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=32.80%
G=44.09%
B=23.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6182430.2600.480.6892.3131.224.51
Hex3D522B1A030445c1f19
Octal7512253320601041343731
Binary1111011010010101011110100110000100010010111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,82,43); }

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

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

 a { background-color: rgb(61,82,43); }

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

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

 span { border-color: rgb(61,82,43); }

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