Shades of Mallard #3D532F
Tints of Mallard #3D532F
RGB
CMYK
RGB Variations
Color information
#3D532F (or 0x3D532F) is known color: Mallard. HEX triplet: 3D, 53 and 2F. RGB value is (61,83,47). Sum of RGB (Red+Green+Blue) = 61+83+47=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #3D532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D532F is #C2ACD0. Grayscale: #484848. Windows color (decimal): -12758225 or 3101501. OLE color: 3101501.
HSL color Cylindrical-coordinate representation of color #3D532F: hue angle of 96.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D532F is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 83 | 47 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.67 |
| HSL | 96.67º | 0.28% | 0.25% | - |
| HSV(B) | 96.67º | 0.43% | 0.33% | - |
| XYZ | 5.53 | 7.38 | 3.82 | - |
| YUV | 72.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 47 | 0.27 | 0 | 0.43 | 0.67 | 96.67 | 0.28 | 0.25 |
| Hex | 3D | 53 | 2F | 1B | 0 | 2B | 43 | 61 | 1C | 19 |
| Octal | 75 | 123 | 57 | 33 | 0 | 53 | 103 | 141 | 34 | 31 |
| Binary | 111101 | 1010011 | 101111 | 11011 | 0 | 101011 | 1000011 | 1100001 | 11100 | 11001 |
Color Harmonies of #3D532F
Complementary color
Monochromatic Colors of #3D532F
Black with #3D532F
Text Example
Text Example
White with #3D532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D532F; }
p { color: rgb(61,83,47); }
H1.HeaderClassName
{
color: #3D532F;
}
.AnyTagClassName
{
color: #3D532F;
}
</style>
background-color css
<style>
a { background-color: #3D532F; }
a { background-color: rgb(61,83,47); }
div.DivClassName
{
background-color: #3D532F;
}
.BgClassName
{
background-color: #3D532F;
}
</style>
border-color css
<style>
span { border-color: #3D532F; }
span { border-color: rgb(61,83,47); }
td.TdClassName
{
border-color: #3D532F;
}
.TagClassName
{
border-color: #3D532F;
}
</style>