Html Css Color HEX #374032 Mallard

📋 copy color: '#374032'

red 55 ◦ green 64 ◦ blue 50

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

Shades of Mallard #374032

Tints of Mallard #374032

RGB

 RED value IS 55 (21.88% from 255) = 32.54%

 GREEN value IS 64 (25.39% from 255) = 37.87%

 BLUE value IS 50 (19.92% from 255) = 29.59%

R = 32.54%
G = 37.87%
B = 29.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#374032 (or 0x374032) is known color: Mallard. HEX triplet: 37, 40 and 32. RGB value is (55,64,50). Sum of RGB (Red+Green+Blue) = 55+64+50=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 64 - color contains mainly: green. Hex color #374032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374032 is #C8BFCD. Grayscale: #3B3B3B. Windows color (decimal): -13156302 or 3293239. OLE color: 3293239.

HSL color Cylindrical-coordinate representation of color #374032: hue angle of 98.57º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #374032 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 64 50 -
CMYK 0.14 0 0.22 0.75
HSL 98.57º 0.12% 0.22% -
HSV(B) 98.57º 0.22% 0.25% -
XYZ 3.98 4.71 3.72 -
YUV 59.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 55 64 50 0.14 0 0.22 0.75 98.57 0.12 0.22
Hex 37 40 32 E 0 16 4B 63 C 16
Octal 67 100 62 16 0 26 113 143 14 26
Binary 110111 1000000 110010 1110 0 10110 1001011 1100011 1100 10110

Color Harmonies of #374032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374032

Black with #374032

Text Example


Text Example

White with #374032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374032; }

 p { color: rgb(55,64,50); }

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

background-color css

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

 a { background-color: rgb(55,64,50); }

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

border-color css

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

 span { border-color: rgb(55,64,50); }

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