Shades of Mallard #394432
Tints of Mallard #394432
RGB
CMYK
RGB Variations
Color information
#394432 (or 0x394432) is known color: Mallard. HEX triplet: 39, 44 and 32. RGB value is (57,68,50). Sum of RGB (Red+Green+Blue) = 57+68+50=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 68 - color contains mainly: green. Hex color #394432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394432 is #C6BBCD. Grayscale: #3E3E3E. Windows color (decimal): -13024206 or 3294265. OLE color: 3294265.
HSL color Cylindrical-coordinate representation of color #394432: hue angle of 96.67º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #394432 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 68 | 50 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.73 |
| HSL | 96.67º | 0.15% | 0.23% | - |
| HSV(B) | 96.67º | 0.26% | 0.27% | - |
| XYZ | 4.33 | 5.23 | 3.8 | - |
| YUV | 62.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 50 | 0.16 | 0 | 0.26 | 0.73 | 96.67 | 0.15 | 0.23 |
| Hex | 39 | 44 | 32 | 10 | 0 | 1A | 49 | 61 | F | 17 |
| Octal | 71 | 104 | 62 | 20 | 0 | 32 | 111 | 141 | 17 | 27 |
| Binary | 111001 | 1000100 | 110010 | 10000 | 0 | 11010 | 1001001 | 1100001 | 1111 | 10111 |
Color Harmonies of #394432
Complementary color
Monochromatic Colors of #394432
Black with #394432
Text Example
Text Example
White with #394432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394432; }
p { color: rgb(57,68,50); }
H1.HeaderClassName
{
color: #394432;
}
.AnyTagClassName
{
color: #394432;
}
</style>
background-color css
<style>
a { background-color: #394432; }
a { background-color: rgb(57,68,50); }
div.DivClassName
{
background-color: #394432;
}
.BgClassName
{
background-color: #394432;
}
</style>
border-color css
<style>
span { border-color: #394432; }
span { border-color: rgb(57,68,50); }
td.TdClassName
{
border-color: #394432;
}
.TagClassName
{
border-color: #394432;
}
</style>