Shades of Mallard #373D32
Tints of Mallard #373D32
RGB
CMYK
RGB Variations
Color information
#373D32 (or 0x373D32) is known color: Mallard. HEX triplet: 37, 3D and 32. RGB value is (55,61,50). Sum of RGB (Red+Green+Blue) = 55+61+50=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 61 - color contains mainly: green. Hex color #373D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D32 is #C8C2CD. Grayscale: #393939. Windows color (decimal): -13157070 or 3292471. OLE color: 3292471.
HSL color Cylindrical-coordinate representation of color #373D32: hue angle of 92.73º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #373D32 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 61 | 50 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.76 |
| HSL | 92.73º | 0.1% | 0.22% | - |
| HSV(B) | 92.73º | 0.18% | 0.24% | - |
| XYZ | 3.82 | 4.38 | 3.66 | - |
| YUV | 57.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 50 | 0.10 | 0 | 0.18 | 0.76 | 92.73 | 0.1 | 0.22 |
| Hex | 37 | 3D | 32 | A | 0 | 12 | 4C | 5D | A | 16 |
| Octal | 67 | 75 | 62 | 12 | 0 | 22 | 114 | 135 | 12 | 26 |
| Binary | 110111 | 111101 | 110010 | 1010 | 0 | 10010 | 1001100 | 1011101 | 1010 | 10110 |
Color Harmonies of #373D32
Complementary color
Monochromatic Colors of #373D32
Black with #373D32
Text Example
Text Example
White with #373D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D32; }
p { color: rgb(55,61,50); }
H1.HeaderClassName
{
color: #373D32;
}
.AnyTagClassName
{
color: #373D32;
}
</style>
background-color css
<style>
a { background-color: #373D32; }
a { background-color: rgb(55,61,50); }
div.DivClassName
{
background-color: #373D32;
}
.BgClassName
{
background-color: #373D32;
}
</style>
border-color css
<style>
span { border-color: #373D32; }
span { border-color: rgb(55,61,50); }
td.TdClassName
{
border-color: #373D32;
}
.TagClassName
{
border-color: #373D32;
}
</style>