#3A472C

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

Shades of Mallard #3A472C

Tints of Mallard #3A472C

Color information

#3A472C (or 0x3A472C) is unknown color: approx Mallard. HEX triplet: 3A, 47 and 2C. RGB value is (58,71,44). Sum of RGB (Red+Green+Blue) = 58+71+44=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #3A472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A472C is #C5B8D3. Grayscale: #404040. Windows color (decimal): -12957908 or 2901818. OLE color: 2901818.

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

Color convert

RGB587144-
CMYK0.1800.380.72
HSL88.89º23.48%22.55%-
HSV(B)88.89º38.03%27.84%-
XYZ4.455.593.23-
YUV64.04116.69123.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.53%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=33.53%
G=41.04%
B=25.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5871440.1800.380.7288.8923.4822.55
Hex3A472C1202648591717
Octal7210754220461101312727
Binary1110101000111101100100100100110100100010110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,71,44); }

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

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

 a { background-color: rgb(58,71,44); }

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

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

 span { border-color: rgb(58,71,44); }

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