Shades of Mallard #395322
Tints of Mallard #395322
RGB
CMYK
RGB Variations
Color information
#395322 (or 0x395322) is known color: Mallard. HEX triplet: 39, 53 and 22. RGB value is (57,83,34). Sum of RGB (Red+Green+Blue) = 57+83+34=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #395322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395322 is #C6ACDD. Grayscale: #454545. Windows color (decimal): -13020382 or 2249529. OLE color: 2249529.
HSL color Cylindrical-coordinate representation of color #395322: hue angle of 91.84º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #395322 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 83 | 34 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.67 |
| HSL | 91.84º | 0.42% | 0.23% | - |
| HSV(B) | 91.84º | 0.59% | 0.33% | - |
| XYZ | 5.07 | 7.17 | 2.63 | - |
| YUV | 69.64 | 107.89 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 83 | 34 | 0.31 | 0 | 0.59 | 0.67 | 91.84 | 0.42 | 0.23 |
| Hex | 39 | 53 | 22 | 1F | 0 | 3B | 43 | 5C | 2A | 17 |
| Octal | 71 | 123 | 42 | 37 | 0 | 73 | 103 | 134 | 52 | 27 |
| Binary | 111001 | 1010011 | 100010 | 11111 | 0 | 111011 | 1000011 | 1011100 | 101010 | 10111 |
Color Harmonies of #395322
Complementary color
Monochromatic Colors of #395322
Black with #395322
Text Example
Text Example
White with #395322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395322; }
p { color: rgb(57,83,34); }
H1.HeaderClassName
{
color: #395322;
}
.AnyTagClassName
{
color: #395322;
}
</style>
background-color css
<style>
a { background-color: #395322; }
a { background-color: rgb(57,83,34); }
div.DivClassName
{
background-color: #395322;
}
.BgClassName
{
background-color: #395322;
}
</style>
border-color css
<style>
span { border-color: #395322; }
span { border-color: rgb(57,83,34); }
td.TdClassName
{
border-color: #395322;
}
.TagClassName
{
border-color: #395322;
}
</style>