Html Css Color HEX #3D5329 Mallard

📋 copy color: '#3D5329'

red 61 ◦ green 83 ◦ blue 41

#3D5329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #3D5329

Tints of Mallard #3D5329

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 value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#3D5329 (or 0x3D5329) is known color: 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

RGB 61 83 41 -
CMYK 0.27 0 0.51 0.67
HSL 91.43º 0.34% 0.24% -
HSV(B) 91.43º 0.51% 0.33% -
XYZ 5.42 7.34 3.23 -
YUV 71.63 110.71 120.42 -
System Red Green Blue C M Y K H S L
Decimal 61 83 41 0.27 0 0.51 0.67 91.43 0.34 0.24
Hex 3D 53 29 1B 0 33 43 5B 22 18
Octal 75 123 51 33 0 63 103 133 42 30
Binary 111101 1010011 101001 11011 0 110011 1000011 1011011 100010 11000

Color Harmonies of #3D5329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5329

Black with #3D5329

Text Example


Text Example

White with #3D5329

Text Example


Text Example

HTML Codes & Css Web 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>