Shades of Mallard #384B28
Tints of Mallard #384B28
RGB
CMYK
RGB Variations
Color information
#384B28 (or 0x384B28) is known color: Mallard. HEX triplet: 38, 4B and 28. RGB value is (56,75,40). Sum of RGB (Red+Green+Blue) = 56+75+40=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #384B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B28 is #C7B4D7. Grayscale: #414141. Windows color (decimal): -13087960 or 2640696. OLE color: 2640696.
HSL color Cylindrical-coordinate representation of color #384B28: hue angle of 92.57º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #384B28 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 40 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.71 |
| HSL | 92.57º | 0.3% | 0.23% | - |
| HSV(B) | 92.57º | 0.47% | 0.29% | - |
| XYZ | 4.53 | 6.03 | 2.93 | - |
| YUV | 65.33 | 113.71 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 40 | 0.25 | 0 | 0.47 | 0.71 | 92.57 | 0.3 | 0.23 |
| Hex | 38 | 4B | 28 | 19 | 0 | 2F | 47 | 5D | 1E | 17 |
| Octal | 70 | 113 | 50 | 31 | 0 | 57 | 107 | 135 | 36 | 27 |
| Binary | 111000 | 1001011 | 101000 | 11001 | 0 | 101111 | 1000111 | 1011101 | 11110 | 10111 |
Color Harmonies of #384B28
Complementary color
Monochromatic Colors of #384B28
Black with #384B28
Text Example
Text Example
White with #384B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B28; }
p { color: rgb(56,75,40); }
H1.HeaderClassName
{
color: #384B28;
}
.AnyTagClassName
{
color: #384B28;
}
</style>
background-color css
<style>
a { background-color: #384B28; }
a { background-color: rgb(56,75,40); }
div.DivClassName
{
background-color: #384B28;
}
.BgClassName
{
background-color: #384B28;
}
</style>
border-color css
<style>
span { border-color: #384B28; }
span { border-color: rgb(56,75,40); }
td.TdClassName
{
border-color: #384B28;
}
.TagClassName
{
border-color: #384B28;
}
</style>