Html Css Color HEX #3E522C Mallard

📋 copy color: '#3E522C'

red 62 ◦ green 82 ◦ blue 44

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

Shades of Mallard #3E522C

Tints of Mallard #3E522C

RGB

 RED value IS 62 (24.61% from 255) = 32.98%

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

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 32.98%
G = 43.62%
B = 23.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#3E522C (or 0x3E522C) is known color: Mallard. HEX triplet: 3E, 52 and 2C. RGB value is (62,82,44). Sum of RGB (Red+Green+Blue) = 62+82+44=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #3E522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E522C is #C1ADD3. Grayscale: #474747. Windows color (decimal): -12692948 or 2904638. OLE color: 2904638.

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

Color convert

RGB 62 82 44 -
CMYK 0.24 0 0.46 0.68
HSL 91.58º 0.3% 0.25% -
HSV(B) 91.58º 0.46% 0.32% -
XYZ 5.46 7.24 3.49 -
YUV 71.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 62 82 44 0.24 0 0.46 0.68 91.58 0.3 0.25
Hex 3E 52 2C 18 0 2E 44 5C 1E 19
Octal 76 122 54 30 0 56 104 134 36 31
Binary 111110 1010010 101100 11000 0 101110 1000100 1011100 11110 11001

Color Harmonies of #3E522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E522C

Black with #3E522C

Text Example


Text Example

White with #3E522C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,82,44); }

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

background-color css

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

 a { background-color: rgb(62,82,44); }

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

border-color css

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

 span { border-color: rgb(62,82,44); }

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