Shades of Mallard #39452D
Tints of Mallard #39452D
RGB
CMYK
RGB Variations
Color information
#39452D (or 0x39452D) is known color: Mallard. HEX triplet: 39, 45 and 2D. RGB value is (57,69,45). Sum of RGB (Red+Green+Blue) = 57+69+45=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #39452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39452D is #C6BAD2. Grayscale: #3E3E3E. Windows color (decimal): -13023955 or 2966841. OLE color: 2966841.
HSL color Cylindrical-coordinate representation of color #39452D: hue angle of 90º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #39452D is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 69 | 45 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.73 |
| HSL | 90º | 0.21% | 0.22% | - |
| HSV(B) | 90º | 0.35% | 0.27% | - |
| XYZ | 4.29 | 5.32 | 3.28 | - |
| YUV | 62.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 45 | 0.17 | 0 | 0.35 | 0.73 | 90 | 0.21 | 0.22 |
| Hex | 39 | 45 | 2D | 11 | 0 | 23 | 49 | 5A | 15 | 16 |
| Octal | 71 | 105 | 55 | 21 | 0 | 43 | 111 | 132 | 25 | 26 |
| Binary | 111001 | 1000101 | 101101 | 10001 | 0 | 100011 | 1001001 | 1011010 | 10101 | 10110 |
Color Harmonies of #39452D
Complementary color
Monochromatic Colors of #39452D
Black with #39452D
Text Example
Text Example
White with #39452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39452D; }
p { color: rgb(57,69,45); }
H1.HeaderClassName
{
color: #39452D;
}
.AnyTagClassName
{
color: #39452D;
}
</style>
background-color css
<style>
a { background-color: #39452D; }
a { background-color: rgb(57,69,45); }
div.DivClassName
{
background-color: #39452D;
}
.BgClassName
{
background-color: #39452D;
}
</style>
border-color css
<style>
span { border-color: #39452D; }
span { border-color: rgb(57,69,45); }
td.TdClassName
{
border-color: #39452D;
}
.TagClassName
{
border-color: #39452D;
}
</style>