Shades of Mallard #3E522B
Tints of Mallard #3E522B
RGB
CMYK
RGB Variations
Color information
#3E522B (or 0x3E522B) is known color: Mallard. HEX triplet: 3E, 52 and 2B. RGB value is (62,82,43). Sum of RGB (Red+Green+Blue) = 62+82+43=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #3E522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E522B is #C1ADD4. Grayscale: #474747. Windows color (decimal): -12692949 or 2839102. OLE color: 2839102.
HSL color Cylindrical-coordinate representation of color #3E522B: hue angle of 90.77º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E522B is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 82 | 43 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.68 |
| HSL | 90.77º | 0.31% | 0.25% | - |
| HSV(B) | 90.77º | 0.48% | 0.32% | - |
| XYZ | 5.44 | 7.23 | 3.39 | - |
| YUV | 71.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 43 | 0.24 | 0 | 0.48 | 0.68 | 90.77 | 0.31 | 0.25 |
| Hex | 3E | 52 | 2B | 18 | 0 | 30 | 44 | 5B | 1F | 19 |
| Octal | 76 | 122 | 53 | 30 | 0 | 60 | 104 | 133 | 37 | 31 |
| Binary | 111110 | 1010010 | 101011 | 11000 | 0 | 110000 | 1000100 | 1011011 | 11111 | 11001 |
Color Harmonies of #3E522B
Complementary color
Monochromatic Colors of #3E522B
Black with #3E522B
Text Example
Text Example
White with #3E522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E522B; }
p { color: rgb(62,82,43); }
H1.HeaderClassName
{
color: #3E522B;
}
.AnyTagClassName
{
color: #3E522B;
}
</style>
background-color css
<style>
a { background-color: #3E522B; }
a { background-color: rgb(62,82,43); }
div.DivClassName
{
background-color: #3E522B;
}
.BgClassName
{
background-color: #3E522B;
}
</style>
border-color css
<style>
span { border-color: #3E522B; }
span { border-color: rgb(62,82,43); }
td.TdClassName
{
border-color: #3E522B;
}
.TagClassName
{
border-color: #3E522B;
}
</style>