Shades of Mallard #39472C
Tints of Mallard #39472C
RGB
CMYK
RGB Variations
Color information
#39472C (or 0x39472C) is known color: Mallard. HEX triplet: 39, 47 and 2C. RGB value is (57,71,44). Sum of RGB (Red+Green+Blue) = 57+71+44=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #39472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39472C is #C6B8D3. Grayscale: #3F3F3F. Windows color (decimal): -13023444 or 2901817. OLE color: 2901817.
HSL color Cylindrical-coordinate representation of color #39472C: hue angle of 91.11º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #39472C is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 71 | 44 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.72 |
| HSL | 91.11º | 0.23% | 0.23% | - |
| HSV(B) | 91.11º | 0.38% | 0.28% | - |
| XYZ | 4.4 | 5.56 | 3.22 | - |
| YUV | 63.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 44 | 0.20 | 0 | 0.38 | 0.72 | 91.11 | 0.23 | 0.23 |
| Hex | 39 | 47 | 2C | 14 | 0 | 26 | 48 | 5B | 17 | 17 |
| Octal | 71 | 107 | 54 | 24 | 0 | 46 | 110 | 133 | 27 | 27 |
| Binary | 111001 | 1000111 | 101100 | 10100 | 0 | 100110 | 1001000 | 1011011 | 10111 | 10111 |
Color Harmonies of #39472C
Complementary color
Monochromatic Colors of #39472C
Black with #39472C
Text Example
Text Example
White with #39472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39472C; }
p { color: rgb(57,71,44); }
H1.HeaderClassName
{
color: #39472C;
}
.AnyTagClassName
{
color: #39472C;
}
</style>
background-color css
<style>
a { background-color: #39472C; }
a { background-color: rgb(57,71,44); }
div.DivClassName
{
background-color: #39472C;
}
.BgClassName
{
background-color: #39472C;
}
</style>
border-color css
<style>
span { border-color: #39472C; }
span { border-color: rgb(57,71,44); }
td.TdClassName
{
border-color: #39472C;
}
.TagClassName
{
border-color: #39472C;
}
</style>