Html Css Color HEX #3D522D Mallard

📋 copy color: '#3D522D'

red 61 ◦ green 82 ◦ blue 45

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

Shades of Mallard #3D522D

Tints of Mallard #3D522D

RGB

 RED value IS 61 (24.22% from 255) = 32.45%

 GREEN value IS 82 (32.42% from 255) = 43.62%

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 32.45%
G = 43.62%
B = 23.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#3D522D (or 0x3D522D) is known color: Mallard. HEX triplet: 3D, 52 and 2D. RGB value is (61,82,45). Sum of RGB (Red+Green+Blue) = 61+82+45=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #3D522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D522D is #C2ADD2. Grayscale: #474747. Windows color (decimal): -12758483 or 2970173. OLE color: 2970173.

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

Color convert

RGB 61 82 45 -
CMYK 0.26 0 0.45 0.68
HSL 94.05º 0.29% 0.25% -
HSV(B) 94.05º 0.45% 0.32% -
XYZ 5.42 7.22 3.59 -
YUV 71.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 61 82 45 0.26 0 0.45 0.68 94.05 0.29 0.25
Hex 3D 52 2D 1A 0 2D 44 5E 1D 19
Octal 75 122 55 32 0 55 104 136 35 31
Binary 111101 1010010 101101 11010 0 101101 1000100 1011110 11101 11001

Color Harmonies of #3D522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D522D

Black with #3D522D

Text Example


Text Example

White with #3D522D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D522D;
 }
 .AnyTagClassName
 {
   color: #3D522D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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