Html Css Color HEX #3D532C Mallard

📋 copy color: '#3D532C'

red 61 ◦ green 83 ◦ blue 44

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

Shades of Mallard #3D532C

Tints of Mallard #3D532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.15%

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

R = 32.45%
G = 44.15%
B = 23.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#3D532C (or 0x3D532C) is known color: Mallard. HEX triplet: 3D, 53 and 2C. RGB value is (61,83,44). Sum of RGB (Red+Green+Blue) = 61+83+44=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #3D532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D532C is #C2ACD3. Grayscale: #484848. Windows color (decimal): -12758228 or 2904893. OLE color: 2904893.

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

Color convert

RGB 61 83 44 -
CMYK 0.27 0 0.47 0.67
HSL 93.85º 0.31% 0.25% -
HSV(B) 93.85º 0.47% 0.33% -
XYZ 5.47 7.36 3.52 -
YUV 71.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 61 83 44 0.27 0 0.47 0.67 93.85 0.31 0.25
Hex 3D 53 2C 1B 0 2F 43 5E 1F 19
Octal 75 123 54 33 0 57 103 136 37 31
Binary 111101 1010011 101100 11011 0 101111 1000011 1011110 11111 11001

Color Harmonies of #3D532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D532C

Black with #3D532C

Text Example


Text Example

White with #3D532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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