Shades of Mallard #384032
Tints of Mallard #384032
RGB
CMYK
RGB Variations
Color information
#384032 (or 0x384032) is known color: Mallard. HEX triplet: 38, 40 and 32. RGB value is (56,64,50). Sum of RGB (Red+Green+Blue) = 56+64+50=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #384032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384032 is #C7BFCD. Grayscale: #3C3C3C. Windows color (decimal): -13090766 or 3293240. OLE color: 3293240.
HSL color Cylindrical-coordinate representation of color #384032: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #384032 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 64 | 50 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.75 |
| HSL | 94.29º | 0.12% | 0.22% | - |
| HSV(B) | 94.29º | 0.22% | 0.25% | - |
| XYZ | 4.04 | 4.74 | 3.72 | - |
| YUV | 60.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 50 | 0.13 | 0 | 0.22 | 0.75 | 94.29 | 0.12 | 0.22 |
| Hex | 38 | 40 | 32 | D | 0 | 16 | 4B | 5E | C | 16 |
| Octal | 70 | 100 | 62 | 15 | 0 | 26 | 113 | 136 | 14 | 26 |
| Binary | 111000 | 1000000 | 110010 | 1101 | 0 | 10110 | 1001011 | 1011110 | 1100 | 10110 |
Color Harmonies of #384032
Complementary color
Monochromatic Colors of #384032
Black with #384032
Text Example
Text Example
White with #384032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384032; }
p { color: rgb(56,64,50); }
H1.HeaderClassName
{
color: #384032;
}
.AnyTagClassName
{
color: #384032;
}
</style>
background-color css
<style>
a { background-color: #384032; }
a { background-color: rgb(56,64,50); }
div.DivClassName
{
background-color: #384032;
}
.BgClassName
{
background-color: #384032;
}
</style>
border-color css
<style>
span { border-color: #384032; }
span { border-color: rgb(56,64,50); }
td.TdClassName
{
border-color: #384032;
}
.TagClassName
{
border-color: #384032;
}
</style>