Shades of Mallard #3D4733
Tints of Mallard #3D4733
RGB
CMYK
RGB Variations
Color information
#3D4733 (or 0x3D4733) is known color: Mallard. HEX triplet: 3D, 47 and 33. RGB value is (61,71,51). Sum of RGB (Red+Green+Blue) = 61+71+51=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4733 is #C2B8CC. Grayscale: #414141. Windows color (decimal): -12761293 or 3360573. OLE color: 3360573.
HSL color Cylindrical-coordinate representation of color #3D4733: hue angle of 90º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D4733 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 51 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.72 |
| HSL | 90º | 0.16% | 0.24% | - |
| HSV(B) | 90º | 0.28% | 0.28% | - |
| XYZ | 4.78 | 5.74 | 3.99 | - |
| YUV | 65.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 51 | 0.14 | 0 | 0.28 | 0.72 | 90 | 0.16 | 0.24 |
| Hex | 3D | 47 | 33 | E | 0 | 1C | 48 | 5A | 10 | 18 |
| Octal | 75 | 107 | 63 | 16 | 0 | 34 | 110 | 132 | 20 | 30 |
| Binary | 111101 | 1000111 | 110011 | 1110 | 0 | 11100 | 1001000 | 1011010 | 10000 | 11000 |
Color Harmonies of #3D4733
Complementary color
Monochromatic Colors of #3D4733
Black with #3D4733
Text Example
Text Example
White with #3D4733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4733; }
p { color: rgb(61,71,51); }
H1.HeaderClassName
{
color: #3D4733;
}
.AnyTagClassName
{
color: #3D4733;
}
</style>
background-color css
<style>
a { background-color: #3D4733; }
a { background-color: rgb(61,71,51); }
div.DivClassName
{
background-color: #3D4733;
}
.BgClassName
{
background-color: #3D4733;
}
</style>
border-color css
<style>
span { border-color: #3D4733; }
span { border-color: rgb(61,71,51); }
td.TdClassName
{
border-color: #3D4733;
}
.TagClassName
{
border-color: #3D4733;
}
</style>