#3D532E

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

Shades of Mallard #3D532E

Tints of Mallard #3D532E

Color information

#3D532E (or 0x3D532E) is unknown color: approx Mallard. HEX triplet: 3D, 53 and 2E. RGB value is (61,83,46). Sum of RGB (Red+Green+Blue) = 61+83+46=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #3D532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D532E is #C2ACD1. Grayscale: #484848. Windows color (decimal): -12758226 or 3035965. OLE color: 3035965.

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

Color convert

RGB618346-
CMYK0.2700.450.67
HSL95.68º28.68%25.29%-
HSV(B)95.68º44.58%32.55%-
XYZ5.517.383.72-
YUV72.2113.21120.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=32.11%
G=43.68%
B=24.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6183460.2700.450.6795.6828.6825.29
Hex3D532E1B02D43601d19
Octal7512356330551031403531
Binary1111011010011101110110110101101100001111000001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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