Shades of Mallard #39482C
Tints of Mallard #39482C
RGB
CMYK
RGB Variations
Color information
#39482C (or 0x39482C) is known color: Mallard. HEX triplet: 39, 48 and 2C. RGB value is (57,72,44). Sum of RGB (Red+Green+Blue) = 57+72+44=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #39482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39482C is #C6B7D3. Grayscale: #404040. Windows color (decimal): -13023188 or 2902073. OLE color: 2902073.
HSL color Cylindrical-coordinate representation of color #39482C: hue angle of 92.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #39482C is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 72 | 44 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.72 |
| HSL | 92.14º | 0.24% | 0.23% | - |
| HSV(B) | 92.14º | 0.39% | 0.28% | - |
| XYZ | 4.46 | 5.69 | 3.25 | - |
| YUV | 64.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 44 | 0.21 | 0 | 0.39 | 0.72 | 92.14 | 0.24 | 0.23 |
| Hex | 39 | 48 | 2C | 15 | 0 | 27 | 48 | 5C | 18 | 17 |
| Octal | 71 | 110 | 54 | 25 | 0 | 47 | 110 | 134 | 30 | 27 |
| Binary | 111001 | 1001000 | 101100 | 10101 | 0 | 100111 | 1001000 | 1011100 | 11000 | 10111 |
Color Harmonies of #39482C
Complementary color
Monochromatic Colors of #39482C
Black with #39482C
Text Example
Text Example
White with #39482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39482C; }
p { color: rgb(57,72,44); }
H1.HeaderClassName
{
color: #39482C;
}
.AnyTagClassName
{
color: #39482C;
}
</style>
background-color css
<style>
a { background-color: #39482C; }
a { background-color: rgb(57,72,44); }
div.DivClassName
{
background-color: #39482C;
}
.BgClassName
{
background-color: #39482C;
}
</style>
border-color css
<style>
span { border-color: #39482C; }
span { border-color: rgb(57,72,44); }
td.TdClassName
{
border-color: #39482C;
}
.TagClassName
{
border-color: #39482C;
}
</style>