Shades of Mallard #394132
Tints of Mallard #394132
RGB
CMYK
RGB Variations
Color information
#394132 (or 0x394132) is known color: Mallard. HEX triplet: 39, 41 and 32. RGB value is (57,65,50). Sum of RGB (Red+Green+Blue) = 57+65+50=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 65 - color contains mainly: green. Hex color #394132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394132 is #C6BECD. Grayscale: #3C3C3C. Windows color (decimal): -13024974 or 3293497. OLE color: 3293497.
HSL color Cylindrical-coordinate representation of color #394132: hue angle of 92º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #394132 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 65 | 50 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.75 |
| HSL | 92º | 0.13% | 0.23% | - |
| HSV(B) | 92º | 0.23% | 0.25% | - |
| XYZ | 4.15 | 4.88 | 3.74 | - |
| YUV | 60.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 50 | 0.12 | 0 | 0.23 | 0.75 | 92 | 0.13 | 0.23 |
| Hex | 39 | 41 | 32 | C | 0 | 17 | 4B | 5C | D | 17 |
| Octal | 71 | 101 | 62 | 14 | 0 | 27 | 113 | 134 | 15 | 27 |
| Binary | 111001 | 1000001 | 110010 | 1100 | 0 | 10111 | 1001011 | 1011100 | 1101 | 10111 |
Color Harmonies of #394132
Complementary color
Monochromatic Colors of #394132
Black with #394132
Text Example
Text Example
White with #394132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394132; }
p { color: rgb(57,65,50); }
H1.HeaderClassName
{
color: #394132;
}
.AnyTagClassName
{
color: #394132;
}
</style>
background-color css
<style>
a { background-color: #394132; }
a { background-color: rgb(57,65,50); }
div.DivClassName
{
background-color: #394132;
}
.BgClassName
{
background-color: #394132;
}
</style>
border-color css
<style>
span { border-color: #394132; }
span { border-color: rgb(57,65,50); }
td.TdClassName
{
border-color: #394132;
}
.TagClassName
{
border-color: #394132;
}
</style>