Shades of Mallard #334329
Tints of Mallard #334329
RGB
CMYK
RGB Variations
Color information
#334329 (or 0x334329) is known color: Mallard. HEX triplet: 33, 43 and 29. RGB value is (51,67,41). Sum of RGB (Red+Green+Blue) = 51+67+41=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #334329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334329 is #CCBCD6. Grayscale: #3B3B3B. Windows color (decimal): -13417687 or 2704179. OLE color: 2704179.
HSL color Cylindrical-coordinate representation of color #334329: hue angle of 96.92º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #334329 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 67 | 41 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.74 |
| HSL | 96.92º | 0.24% | 0.21% | - |
| HSV(B) | 96.92º | 0.39% | 0.26% | - |
| XYZ | 3.77 | 4.88 | 2.84 | - |
| YUV | 59.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 41 | 0.24 | 0 | 0.39 | 0.74 | 96.92 | 0.24 | 0.21 |
| Hex | 33 | 43 | 29 | 18 | 0 | 27 | 4A | 61 | 18 | 15 |
| Octal | 63 | 103 | 51 | 30 | 0 | 47 | 112 | 141 | 30 | 25 |
| Binary | 110011 | 1000011 | 101001 | 11000 | 0 | 100111 | 1001010 | 1100001 | 11000 | 10101 |
Color Harmonies of #334329
Complementary color
Monochromatic Colors of #334329
Black with #334329
Text Example
Text Example
White with #334329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334329; }
p { color: rgb(51,67,41); }
H1.HeaderClassName
{
color: #334329;
}
.AnyTagClassName
{
color: #334329;
}
</style>
background-color css
<style>
a { background-color: #334329; }
a { background-color: rgb(51,67,41); }
div.DivClassName
{
background-color: #334329;
}
.BgClassName
{
background-color: #334329;
}
</style>
border-color css
<style>
span { border-color: #334329; }
span { border-color: rgb(51,67,41); }
td.TdClassName
{
border-color: #334329;
}
.TagClassName
{
border-color: #334329;
}
</style>