Html Css Color HEX #3D482F Mallard

📋 copy color: '#3D482F'

red 61 ◦ green 72 ◦ blue 47

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

Shades of Mallard #3D482F

Tints of Mallard #3D482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40%

 BLUE value IS 47 (18.75% from 255) = 26.11%

R = 33.89%
G = 40%
B = 26.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#3D482F (or 0x3D482F) is known color: Mallard. HEX triplet: 3D, 48 and 2F. RGB value is (61,72,47). Sum of RGB (Red+Green+Blue) = 61+72+47=180 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.89% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #3D482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D482F is #C2B7D0. Grayscale: #414141. Windows color (decimal): -12761041 or 3098685. OLE color: 3098685.

HSL color Cylindrical-coordinate representation of color #3D482F: hue angle of 86.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3D482F is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 61 72 47 -
CMYK 0.15 0 0.35 0.72
HSL 86.4º 0.21% 0.23% -
HSV(B) 86.4º 0.35% 0.28% -
XYZ 4.75 5.83 3.56 -
YUV 65.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 61 72 47 0.15 0 0.35 0.72 86.4 0.21 0.23
Hex 3D 48 2F F 0 23 48 56 15 17
Octal 75 110 57 17 0 43 110 126 25 27
Binary 111101 1001000 101111 1111 0 100011 1001000 1010110 10101 10111

Color Harmonies of #3D482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D482F

Black with #3D482F

Text Example


Text Example

White with #3D482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,72,47); }

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

background-color css

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

 a { background-color: rgb(61,72,47); }

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

border-color css

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

 span { border-color: rgb(61,72,47); }

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