#37412E

Color #37412E Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #37412E

Tints of Mallard #37412E

Color information

#37412E (or 0x37412E) is unknown color: approx Mallard. HEX triplet: 37, 41 and 2E. RGB value is (55,65,46). Sum of RGB (Red+Green+Blue) = 55+65+46=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #37412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37412E is #C8BED1. Grayscale: #3B3B3B. Windows color (decimal): -13156050 or 3031351. OLE color: 3031351.

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

Color convert

RGB556546-
CMYK0.1500.290.75
HSL91.58º17.12%21.76%-
HSV(B)91.58º29.23%25.49%-
XYZ3.964.793.3-
YUV59.84120.19124.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.13%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=33.13%
G=39.16%
B=27.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565460.1500.290.7591.5817.1221.76
Hex37412EF01D4B5c1116
Octal6710156170351131342126
Binary11011110000011011101111011101100101110111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37412E;
 }
 .AnyTagClassName
 {
   color: #37412E;
 }
</style>
background-color css

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

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

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

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

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

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