Shades of Mallard #39472B
Tints of Mallard #39472B
RGB
CMYK
RGB Variations
Color information
#39472B (or 0x39472B) is known color: Mallard. HEX triplet: 39, 47 and 2B. RGB value is (57,71,43). Sum of RGB (Red+Green+Blue) = 57+71+43=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #39472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39472B is #C6B8D4. Grayscale: #3F3F3F. Windows color (decimal): -13023445 or 2836281. OLE color: 2836281.
HSL color Cylindrical-coordinate representation of color #39472B: hue angle of 90º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #39472B is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 71 | 43 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.72 |
| HSL | 90º | 0.25% | 0.22% | - |
| HSV(B) | 90º | 0.39% | 0.28% | - |
| XYZ | 4.38 | 5.55 | 3.13 | - |
| YUV | 63.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 43 | 0.20 | 0 | 0.39 | 0.72 | 90 | 0.25 | 0.22 |
| Hex | 39 | 47 | 2B | 14 | 0 | 27 | 48 | 5A | 19 | 16 |
| Octal | 71 | 107 | 53 | 24 | 0 | 47 | 110 | 132 | 31 | 26 |
| Binary | 111001 | 1000111 | 101011 | 10100 | 0 | 100111 | 1001000 | 1011010 | 11001 | 10110 |
Color Harmonies of #39472B
Complementary color
Monochromatic Colors of #39472B
Black with #39472B
Text Example
Text Example
White with #39472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39472B; }
p { color: rgb(57,71,43); }
H1.HeaderClassName
{
color: #39472B;
}
.AnyTagClassName
{
color: #39472B;
}
</style>
background-color css
<style>
a { background-color: #39472B; }
a { background-color: rgb(57,71,43); }
div.DivClassName
{
background-color: #39472B;
}
.BgClassName
{
background-color: #39472B;
}
</style>
border-color css
<style>
span { border-color: #39472B; }
span { border-color: rgb(57,71,43); }
td.TdClassName
{
border-color: #39472B;
}
.TagClassName
{
border-color: #39472B;
}
</style>