Shades of Mallard #3D532A
Tints of Mallard #3D532A
RGB
CMYK
RGB Variations
Color information
#3D532A (or 0x3D532A) is known color: Mallard. HEX triplet: 3D, 53 and 2A. RGB value is (61,83,42). Sum of RGB (Red+Green+Blue) = 61+83+42=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #3D532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D532A is #C2ACD5. Grayscale: #474747. Windows color (decimal): -12758230 or 2773821. OLE color: 2773821.
HSL color Cylindrical-coordinate representation of color #3D532A: hue angle of 92.2º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D532A is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 83 | 42 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.67 |
| HSL | 92.2º | 0.33% | 0.25% | - |
| HSV(B) | 92.2º | 0.49% | 0.33% | - |
| XYZ | 5.44 | 7.35 | 3.32 | - |
| YUV | 71.75 | 111.21 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 42 | 0.27 | 0 | 0.49 | 0.67 | 92.2 | 0.33 | 0.25 |
| Hex | 3D | 53 | 2A | 1B | 0 | 31 | 43 | 5C | 21 | 19 |
| Octal | 75 | 123 | 52 | 33 | 0 | 61 | 103 | 134 | 41 | 31 |
| Binary | 111101 | 1010011 | 101010 | 11011 | 0 | 110001 | 1000011 | 1011100 | 100001 | 11001 |
Color Harmonies of #3D532A
Complementary color
Monochromatic Colors of #3D532A
Black with #3D532A
Text Example
Text Example
White with #3D532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D532A; }
p { color: rgb(61,83,42); }
H1.HeaderClassName
{
color: #3D532A;
}
.AnyTagClassName
{
color: #3D532A;
}
</style>
background-color css
<style>
a { background-color: #3D532A; }
a { background-color: rgb(61,83,42); }
div.DivClassName
{
background-color: #3D532A;
}
.BgClassName
{
background-color: #3D532A;
}
</style>
border-color css
<style>
span { border-color: #3D532A; }
span { border-color: rgb(61,83,42); }
td.TdClassName
{
border-color: #3D532A;
}
.TagClassName
{
border-color: #3D532A;
}
</style>