Html Css Color HEX #3D552B Mallard

📋 copy color: '#3D552B'

red 61 ◦ green 85 ◦ blue 43

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

Shades of Mallard #3D552B

Tints of Mallard #3D552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.97%

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

R = 32.28%
G = 44.97%
B = 22.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#3D552B (or 0x3D552B) is known color: Mallard. HEX triplet: 3D, 55 and 2B. RGB value is (61,85,43). Sum of RGB (Red+Green+Blue) = 61+85+43=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #3D552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D552B is #C2AAD4. Grayscale: #494949. Windows color (decimal): -12757717 or 2839869. OLE color: 2839869.

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

Color convert

RGB 61 85 43 -
CMYK 0.28 0 0.49 0.67
HSL 94.29º 0.33% 0.25% -
HSV(B) 94.29º 0.49% 0.33% -
XYZ 5.61 7.66 3.47 -
YUV 73.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 61 85 43 0.28 0 0.49 0.67 94.29 0.33 0.25
Hex 3D 55 2B 1C 0 31 43 5E 21 19
Octal 75 125 53 34 0 61 103 136 41 31
Binary 111101 1010101 101011 11100 0 110001 1000011 1011110 100001 11001

Color Harmonies of #3D552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D552B

Black with #3D552B

Text Example


Text Example

White with #3D552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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