Html Css Color HEX #3D532D Mallard

📋 copy color: '#3D532D'

red 61 ◦ green 83 ◦ blue 45

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

Shades of Mallard #3D532D

Tints of Mallard #3D532D

RGB

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

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

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

R = 32.28%
G = 43.92%
B = 23.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#3D532D (or 0x3D532D) is known color: Mallard. HEX triplet: 3D, 53 and 2D. RGB value is (61,83,45). Sum of RGB (Red+Green+Blue) = 61+83+45=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #3D532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D532D is #C2ACD2. Grayscale: #484848. Windows color (decimal): -12758227 or 2970429. OLE color: 2970429.

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

Color convert

RGB 61 83 45 -
CMYK 0.27 0 0.46 0.67
HSL 94.74º 0.3% 0.25% -
HSV(B) 94.74º 0.46% 0.33% -
XYZ 5.49 7.37 3.62 -
YUV 72.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 61 83 45 0.27 0 0.46 0.67 94.74 0.3 0.25
Hex 3D 53 2D 1B 0 2E 43 5F 1E 19
Octal 75 123 55 33 0 56 103 137 36 31
Binary 111101 1010011 101101 11011 0 101110 1000011 1011111 11110 11001

Color Harmonies of #3D532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D532D

Black with #3D532D

Text Example


Text Example

White with #3D532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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