Shades of Mallard #34412C
Tints of Mallard #34412C
RGB
CMYK
RGB Variations
Color information
#34412C (or 0x34412C) is known color: Mallard. HEX triplet: 34, 41 and 2C. RGB value is (52,65,44). Sum of RGB (Red+Green+Blue) = 52+65+44=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #34412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34412C is #CBBED3. Grayscale: #3A3A3A. Windows color (decimal): -13352660 or 2900276. OLE color: 2900276.
HSL color Cylindrical-coordinate representation of color #34412C: hue angle of 97.14º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34412C is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 44 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.75 |
| HSL | 97.14º | 0.19% | 0.21% | - |
| HSV(B) | 97.14º | 0.32% | 0.25% | - |
| XYZ | 3.76 | 4.69 | 3.09 | - |
| YUV | 58.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 44 | 0.20 | 0 | 0.32 | 0.75 | 97.14 | 0.19 | 0.21 |
| Hex | 34 | 41 | 2C | 14 | 0 | 20 | 4B | 61 | 13 | 15 |
| Octal | 64 | 101 | 54 | 24 | 0 | 40 | 113 | 141 | 23 | 25 |
| Binary | 110100 | 1000001 | 101100 | 10100 | 0 | 100000 | 1001011 | 1100001 | 10011 | 10101 |
Color Harmonies of #34412C
Complementary color
Monochromatic Colors of #34412C
Black with #34412C
Text Example
Text Example
White with #34412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34412C; }
p { color: rgb(52,65,44); }
H1.HeaderClassName
{
color: #34412C;
}
.AnyTagClassName
{
color: #34412C;
}
</style>
background-color css
<style>
a { background-color: #34412C; }
a { background-color: rgb(52,65,44); }
div.DivClassName
{
background-color: #34412C;
}
.BgClassName
{
background-color: #34412C;
}
</style>
border-color css
<style>
span { border-color: #34412C; }
span { border-color: rgb(52,65,44); }
td.TdClassName
{
border-color: #34412C;
}
.TagClassName
{
border-color: #34412C;
}
</style>