Shades of Mallard #393F34
Tints of Mallard #393F34
RGB
CMYK
RGB Variations
Color information
#393F34 (or 0x393F34) is known color: Mallard. HEX triplet: 39, 3F and 34. RGB value is (57,63,52). Sum of RGB (Red+Green+Blue) = 57+63+52=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 63 - color contains mainly: green. Hex color #393F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F34 is #C6C0CB. Grayscale: #3B3B3B. Windows color (decimal): -13025484 or 3424057. OLE color: 3424057.
HSL color Cylindrical-coordinate representation of color #393F34: hue angle of 92.73º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #393F34 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 63 | 52 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.75 |
| HSL | 92.73º | 0.1% | 0.23% | - |
| HSV(B) | 92.73º | 0.17% | 0.25% | - |
| XYZ | 4.08 | 4.67 | 3.94 | - |
| YUV | 59.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 52 | 0.10 | 0 | 0.17 | 0.75 | 92.73 | 0.1 | 0.23 |
| Hex | 39 | 3F | 34 | A | 0 | 11 | 4B | 5D | A | 17 |
| Octal | 71 | 77 | 64 | 12 | 0 | 21 | 113 | 135 | 12 | 27 |
| Binary | 111001 | 111111 | 110100 | 1010 | 0 | 10001 | 1001011 | 1011101 | 1010 | 10111 |
Color Harmonies of #393F34
Complementary color
Monochromatic Colors of #393F34
Black with #393F34
Text Example
Text Example
White with #393F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F34; }
p { color: rgb(57,63,52); }
H1.HeaderClassName
{
color: #393F34;
}
.AnyTagClassName
{
color: #393F34;
}
</style>
background-color css
<style>
a { background-color: #393F34; }
a { background-color: rgb(57,63,52); }
div.DivClassName
{
background-color: #393F34;
}
.BgClassName
{
background-color: #393F34;
}
</style>
border-color css
<style>
span { border-color: #393F34; }
span { border-color: rgb(57,63,52); }
td.TdClassName
{
border-color: #393F34;
}
.TagClassName
{
border-color: #393F34;
}
</style>