#34402D

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

Shades of Mallard #34402D

Tints of Mallard #34402D

Color information

#34402D (or 0x34402D) is unknown color: approx Mallard. HEX triplet: 34, 40 and 2D. RGB value is (52,64,45). Sum of RGB (Red+Green+Blue) = 52+64+45=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 64 - color contains mainly: green. Hex color #34402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34402D is #CBBFD2. Grayscale: #3A3A3A. Windows color (decimal): -13352915 or 2965556. OLE color: 2965556.

HSL color Cylindrical-coordinate representation of color #34402D: hue angle of 97.89º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #34402D is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB526445-
CMYK0.1900.300.75
HSL97.89º17.43%21.37%-
HSV(B)97.89º29.69%25.1%-
XYZ3.724.593.17-
YUV58.25120.52123.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=32.30%
G=39.75%
B=27.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264450.1900.300.7597.8917.4321.37
Hex34402D1301E4B621115
Octal6410055230361131422125
Binary110100100000010110110011011110100101111000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34402D; }

 p { color: rgb(52,64,45); }

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

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

 a { background-color: rgb(52,64,45); }

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

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

 span { border-color: rgb(52,64,45); }

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