Shades of Mallard #34422A
Tints of Mallard #34422A
RGB
CMYK
RGB Variations
Color information
#34422A (or 0x34422A) is known color: Mallard. HEX triplet: 34, 42 and 2A. RGB value is (52,66,42). Sum of RGB (Red+Green+Blue) = 52+66+42=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #34422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34422A is #CBBDD5. Grayscale: #3B3B3B. Windows color (decimal): -13352406 or 2769460. OLE color: 2769460.
HSL color Cylindrical-coordinate representation of color #34422A: hue angle of 95º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #34422A is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 42 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.74 |
| HSL | 95º | 0.22% | 0.21% | - |
| HSV(B) | 95º | 0.36% | 0.26% | - |
| XYZ | 3.78 | 4.79 | 2.92 | - |
| YUV | 59.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 42 | 0.21 | 0 | 0.36 | 0.74 | 95 | 0.22 | 0.21 |
| Hex | 34 | 42 | 2A | 15 | 0 | 24 | 4A | 5F | 16 | 15 |
| Octal | 64 | 102 | 52 | 25 | 0 | 44 | 112 | 137 | 26 | 25 |
| Binary | 110100 | 1000010 | 101010 | 10101 | 0 | 100100 | 1001010 | 1011111 | 10110 | 10101 |
Color Harmonies of #34422A
Complementary color
Monochromatic Colors of #34422A
Black with #34422A
Text Example
Text Example
White with #34422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34422A; }
p { color: rgb(52,66,42); }
H1.HeaderClassName
{
color: #34422A;
}
.AnyTagClassName
{
color: #34422A;
}
</style>
background-color css
<style>
a { background-color: #34422A; }
a { background-color: rgb(52,66,42); }
div.DivClassName
{
background-color: #34422A;
}
.BgClassName
{
background-color: #34422A;
}
</style>
border-color css
<style>
span { border-color: #34422A; }
span { border-color: rgb(52,66,42); }
td.TdClassName
{
border-color: #34422A;
}
.TagClassName
{
border-color: #34422A;
}
</style>