Shades of Mallard #404A32
Tints of Mallard #404A32
RGB
CMYK
RGB Variations
Color information
#404A32 (or 0x404A32) is known color: Mallard. HEX triplet: 40, 4A and 32. RGB value is (64,74,50). Sum of RGB (Red+Green+Blue) = 64+74+50=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 74 - color contains mainly: green. Hex color #404A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A32 is #BFB5CD. Grayscale: #444444. Windows color (decimal): -12563918 or 3295808. OLE color: 3295808.
HSL color Cylindrical-coordinate representation of color #404A32: hue angle of 85º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #404A32 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 74 | 50 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.71 |
| HSL | 85º | 0.19% | 0.24% | - |
| HSV(B) | 85º | 0.32% | 0.29% | - |
| XYZ | 5.14 | 6.22 | 3.95 | - |
| YUV | 68.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 50 | 0.14 | 0 | 0.32 | 0.71 | 85 | 0.19 | 0.24 |
| Hex | 40 | 4A | 32 | E | 0 | 20 | 47 | 55 | 13 | 18 |
| Octal | 100 | 112 | 62 | 16 | 0 | 40 | 107 | 125 | 23 | 30 |
| Binary | 1000000 | 1001010 | 110010 | 1110 | 0 | 100000 | 1000111 | 1010101 | 10011 | 11000 |
Color Harmonies of #404A32
Complementary color
Monochromatic Colors of #404A32
Black with #404A32
Text Example
Text Example
White with #404A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A32; }
p { color: rgb(64,74,50); }
H1.HeaderClassName
{
color: #404A32;
}
.AnyTagClassName
{
color: #404A32;
}
</style>
background-color css
<style>
a { background-color: #404A32; }
a { background-color: rgb(64,74,50); }
div.DivClassName
{
background-color: #404A32;
}
.BgClassName
{
background-color: #404A32;
}
</style>
border-color css
<style>
span { border-color: #404A32; }
span { border-color: rgb(64,74,50); }
td.TdClassName
{
border-color: #404A32;
}
.TagClassName
{
border-color: #404A32;
}
</style>