Html Css Color HEX #3D522B Mallard

📋 copy color: '#3D522B'

red 61 ◦ green 82 ◦ blue 43

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

Shades of Mallard #3D522B

Tints of Mallard #3D522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.12%

R = 32.8%
G = 44.09%
B = 23.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#3D522B (or 0x3D522B) is known color: Mallard. HEX triplet: 3D, 52 and 2B. RGB value is (61,82,43). Sum of RGB (Red+Green+Blue) = 61+82+43=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #3D522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D522B is #C2ADD4. Grayscale: #474747. Windows color (decimal): -12758485 or 2839101. OLE color: 2839101.

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

Color convert

RGB 61 82 43 -
CMYK 0.26 0 0.48 0.68
HSL 92.31º 0.31% 0.25% -
HSV(B) 92.31º 0.48% 0.32% -
XYZ 5.38 7.2 3.39 -
YUV 71.28 112.04 120.67 -
System Red Green Blue C M Y K H S L
Decimal 61 82 43 0.26 0 0.48 0.68 92.31 0.31 0.25
Hex 3D 52 2B 1A 0 30 44 5C 1F 19
Octal 75 122 53 32 0 60 104 134 37 31
Binary 111101 1010010 101011 11010 0 110000 1000100 1011100 11111 11001

Color Harmonies of #3D522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D522B

Black with #3D522B

Text Example


Text Example

White with #3D522B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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