#35412C

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

Shades of Mallard #35412C

Tints of Mallard #35412C

Color information

#35412C (or 0x35412C) is unknown color: approx Mallard. HEX triplet: 35, 41 and 2C. RGB value is (53,65,44). Sum of RGB (Red+Green+Blue) = 53+65+44=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #35412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35412C is #CABED3. Grayscale: #3B3B3B. Windows color (decimal): -13287124 or 2900277. OLE color: 2900277.

HSL color Cylindrical-coordinate representation of color #35412C: hue angle of 94.29º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #35412C is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB536544-
CMYK0.1800.320.75
HSL94.29º19.27%21.37%-
HSV(B)94.29º32.31%25.49%-
XYZ3.814.723.09-
YUV59.02119.52123.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 44 (17.58% from 255) = 27.16%
R=32.72%
G=40.12%
B=27.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5365440.1800.320.7594.2919.2721.37
Hex35412C120204B5e1315
Octal6510154220401131362325
Binary1101011000001101100100100100000100101110111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35412C; }

 p { color: rgb(53,65,44); }

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

<style>
 a { background-color: #35412C; }

 a { background-color: rgb(53,65,44); }

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

<style>
 span { border-color: #35412C; }

 span { border-color: rgb(53,65,44); }

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