Shades of Mallard #34432A
Tints of Mallard #34432A
RGB
CMYK
RGB Variations
Color information
#34432A (or 0x34432A) is known color: Mallard. HEX triplet: 34, 43 and 2A. RGB value is (52,67,42). Sum of RGB (Red+Green+Blue) = 52+67+42=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #34432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34432A is #CBBCD5. Grayscale: #3B3B3B. Windows color (decimal): -13352150 or 2769716. OLE color: 2769716.
HSL color Cylindrical-coordinate representation of color #34432A: hue angle of 96º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #34432A is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 67 | 42 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.74 |
| HSL | 96º | 0.23% | 0.21% | - |
| HSV(B) | 96º | 0.37% | 0.26% | - |
| XYZ | 3.84 | 4.91 | 2.94 | - |
| YUV | 59.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 42 | 0.22 | 0 | 0.37 | 0.74 | 96 | 0.23 | 0.21 |
| Hex | 34 | 43 | 2A | 16 | 0 | 25 | 4A | 60 | 17 | 15 |
| Octal | 64 | 103 | 52 | 26 | 0 | 45 | 112 | 140 | 27 | 25 |
| Binary | 110100 | 1000011 | 101010 | 10110 | 0 | 100101 | 1001010 | 1100000 | 10111 | 10101 |
Color Harmonies of #34432A
Complementary color
Monochromatic Colors of #34432A
Black with #34432A
Text Example
Text Example
White with #34432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34432A; }
p { color: rgb(52,67,42); }
H1.HeaderClassName
{
color: #34432A;
}
.AnyTagClassName
{
color: #34432A;
}
</style>
background-color css
<style>
a { background-color: #34432A; }
a { background-color: rgb(52,67,42); }
div.DivClassName
{
background-color: #34432A;
}
.BgClassName
{
background-color: #34432A;
}
</style>
border-color css
<style>
span { border-color: #34432A; }
span { border-color: rgb(52,67,42); }
td.TdClassName
{
border-color: #34432A;
}
.TagClassName
{
border-color: #34432A;
}
</style>