Shades of Mallard #334427
Tints of Mallard #334427
RGB
CMYK
RGB Variations
Color information
#334427 (or 0x334427) is known color: Mallard. HEX triplet: 33, 44 and 27. RGB value is (51,68,39). Sum of RGB (Red+Green+Blue) = 51+68+39=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #334427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334427 is #CCBBD8. Grayscale: #3B3B3B. Windows color (decimal): -13417433 or 2573363. OLE color: 2573363.
HSL color Cylindrical-coordinate representation of color #334427: hue angle of 95.17º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #334427 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 68 | 39 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.73 |
| HSL | 95.17º | 0.27% | 0.21% | - |
| HSV(B) | 95.17º | 0.43% | 0.27% | - |
| XYZ | 3.8 | 4.98 | 2.68 | - |
| YUV | 59.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 39 | 0.25 | 0 | 0.43 | 0.73 | 95.17 | 0.27 | 0.21 |
| Hex | 33 | 44 | 27 | 19 | 0 | 2B | 49 | 5F | 1B | 15 |
| Octal | 63 | 104 | 47 | 31 | 0 | 53 | 111 | 137 | 33 | 25 |
| Binary | 110011 | 1000100 | 100111 | 11001 | 0 | 101011 | 1001001 | 1011111 | 11011 | 10101 |
Color Harmonies of #334427
Complementary color
Monochromatic Colors of #334427
Black with #334427
Text Example
Text Example
White with #334427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334427; }
p { color: rgb(51,68,39); }
H1.HeaderClassName
{
color: #334427;
}
.AnyTagClassName
{
color: #334427;
}
</style>
background-color css
<style>
a { background-color: #334427; }
a { background-color: rgb(51,68,39); }
div.DivClassName
{
background-color: #334427;
}
.BgClassName
{
background-color: #334427;
}
</style>
border-color css
<style>
span { border-color: #334427; }
span { border-color: rgb(51,68,39); }
td.TdClassName
{
border-color: #334427;
}
.TagClassName
{
border-color: #334427;
}
</style>