Shades of Mallard #34412B
Tints of Mallard #34412B
RGB
CMYK
RGB Variations
Color information
#34412B (or 0x34412B) is known color: Mallard. HEX triplet: 34, 41 and 2B. RGB value is (52,65,43). Sum of RGB (Red+Green+Blue) = 52+65+43=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 65 - color contains mainly: green. Hex color #34412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34412B is #CBBED4. Grayscale: #3A3A3A. Windows color (decimal): -13352661 or 2834740. OLE color: 2834740.
HSL color Cylindrical-coordinate representation of color #34412B: hue angle of 95.45º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #34412B is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 43 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.75 |
| HSL | 95.45º | 0.2% | 0.21% | - |
| HSV(B) | 95.45º | 0.34% | 0.25% | - |
| XYZ | 3.74 | 4.69 | 2.99 | - |
| YUV | 58.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 43 | 0.20 | 0 | 0.34 | 0.75 | 95.45 | 0.2 | 0.21 |
| Hex | 34 | 41 | 2B | 14 | 0 | 22 | 4B | 5F | 14 | 15 |
| Octal | 64 | 101 | 53 | 24 | 0 | 42 | 113 | 137 | 24 | 25 |
| Binary | 110100 | 1000001 | 101011 | 10100 | 0 | 100010 | 1001011 | 1011111 | 10100 | 10101 |
Color Harmonies of #34412B
Complementary color
Monochromatic Colors of #34412B
Black with #34412B
Text Example
Text Example
White with #34412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34412B; }
p { color: rgb(52,65,43); }
H1.HeaderClassName
{
color: #34412B;
}
.AnyTagClassName
{
color: #34412B;
}
</style>
background-color css
<style>
a { background-color: #34412B; }
a { background-color: rgb(52,65,43); }
div.DivClassName
{
background-color: #34412B;
}
.BgClassName
{
background-color: #34412B;
}
</style>
border-color css
<style>
span { border-color: #34412B; }
span { border-color: rgb(52,65,43); }
td.TdClassName
{
border-color: #34412B;
}
.TagClassName
{
border-color: #34412B;
}
</style>