#3D532C

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

Shades of Mallard #3D532C

Tints of Mallard #3D532C

Color information

#3D532C (or 0x3D532C) is unknown color: approx Mallard. HEX triplet: 3D, 53 and 2C. RGB value is (61,83,44). Sum of RGB (Red+Green+Blue) = 61+83+44=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #3D532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D532C is #C2ACD3. Grayscale: #484848. Windows color (decimal): -12758228 or 2904893. OLE color: 2904893.

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

Color convert

RGB618344-
CMYK0.2700.470.67
HSL93.85º30.71%24.9%-
HSV(B)93.85º46.99%32.55%-
XYZ5.477.363.52-
YUV71.98112.21120.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.45%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 44 (17.58% from 255) = 23.40%
R=32.45%
G=44.15%
B=23.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6183440.2700.470.6793.8530.7124.9
Hex3D532C1B02F435e1f19
Octal7512354330571031363731
Binary1111011010011101100110110101111100001110111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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