Html Css Color HEX #37412F Mallard

📋 copy color: '#37412F'

red 55 ◦ green 65 ◦ blue 47

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

Shades of Mallard #37412F

Tints of Mallard #37412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.92%

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

R = 32.93%
G = 38.92%
B = 28.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#37412F (or 0x37412F) is known color: Mallard. HEX triplet: 37, 41 and 2F. RGB value is (55,65,47). Sum of RGB (Red+Green+Blue) = 55+65+47=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #37412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37412F is #C8BED0. Grayscale: #3C3C3C. Windows color (decimal): -13156049 or 3096887. OLE color: 3096887.

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

Color convert

RGB 55 65 47 -
CMYK 0.15 0 0.28 0.75
HSL 93.33º 0.16% 0.22% -
HSV(B) 93.33º 0.28% 0.25% -
XYZ 3.98 4.8 3.41 -
YUV 59.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 55 65 47 0.15 0 0.28 0.75 93.33 0.16 0.22
Hex 37 41 2F F 0 1C 4B 5D 10 16
Octal 67 101 57 17 0 34 113 135 20 26
Binary 110111 1000001 101111 1111 0 11100 1001011 1011101 10000 10110

Color Harmonies of #37412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37412F

Black with #37412F

Text Example


Text Example

White with #37412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37412F; }

 p { color: rgb(55,65,47); }

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

background-color css

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

 a { background-color: rgb(55,65,47); }

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

border-color css

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

 span { border-color: rgb(55,65,47); }

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