Shades of Mallard #383F32
Tints of Mallard #383F32
RGB
CMYK
RGB Variations
Color information
#383F32 (or 0x383F32) is known color: Mallard. HEX triplet: 38, 3F and 32. RGB value is (56,63,50). Sum of RGB (Red+Green+Blue) = 56+63+50=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 63 - color contains mainly: green. Hex color #383F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F32 is #C7C0CD. Grayscale: #3B3B3B. Windows color (decimal): -13091022 or 3292984. OLE color: 3292984.
HSL color Cylindrical-coordinate representation of color #383F32: hue angle of 92.31º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #383F32 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 63 | 50 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.75 |
| HSL | 92.31º | 0.12% | 0.22% | - |
| HSV(B) | 92.31º | 0.21% | 0.25% | - |
| XYZ | 3.98 | 4.63 | 3.7 | - |
| YUV | 59.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 50 | 0.11 | 0 | 0.21 | 0.75 | 92.31 | 0.12 | 0.22 |
| Hex | 38 | 3F | 32 | B | 0 | 15 | 4B | 5C | C | 16 |
| Octal | 70 | 77 | 62 | 13 | 0 | 25 | 113 | 134 | 14 | 26 |
| Binary | 111000 | 111111 | 110010 | 1011 | 0 | 10101 | 1001011 | 1011100 | 1100 | 10110 |
Color Harmonies of #383F32
Complementary color
Monochromatic Colors of #383F32
Black with #383F32
Text Example
Text Example
White with #383F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F32; }
p { color: rgb(56,63,50); }
H1.HeaderClassName
{
color: #383F32;
}
.AnyTagClassName
{
color: #383F32;
}
</style>
background-color css
<style>
a { background-color: #383F32; }
a { background-color: rgb(56,63,50); }
div.DivClassName
{
background-color: #383F32;
}
.BgClassName
{
background-color: #383F32;
}
</style>
border-color css
<style>
span { border-color: #383F32; }
span { border-color: rgb(56,63,50); }
td.TdClassName
{
border-color: #383F32;
}
.TagClassName
{
border-color: #383F32;
}
</style>