#3A482C

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

Shades of Mallard #3A482C

Tints of Mallard #3A482C

Color information

#3A482C (or 0x3A482C) is unknown color: approx Mallard. HEX triplet: 3A, 48 and 2C. RGB value is (58,72,44). Sum of RGB (Red+Green+Blue) = 58+72+44=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #3A482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A482C is #C5B7D3. Grayscale: #404040. Windows color (decimal): -12957652 or 2902074. OLE color: 2902074.

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

Color convert

RGB587244-
CMYK0.1900.390.72
HSL90º24.14%22.75%-
HSV(B)90º38.89%28.24%-
XYZ4.525.723.25-
YUV64.62116.36123.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 41.38%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=33.33%
G=41.38%
B=25.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5872440.1900.390.729024.1422.75
Hex3A482C13027485a1817
Octal7211054230471101323027
Binary1110101001000101100100110100111100100010110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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