Shades of Mallard #384B2C
Tints of Mallard #384B2C
RGB
CMYK
RGB Variations
Color information
#384B2C (or 0x384B2C) is known color: Mallard. HEX triplet: 38, 4B and 2C. RGB value is (56,75,44). Sum of RGB (Red+Green+Blue) = 56+75+44=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 75 - color contains mainly: green. Hex color #384B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B2C is #C7B4D3. Grayscale: #414141. Windows color (decimal): -13087956 or 2902840. OLE color: 2902840.
HSL color Cylindrical-coordinate representation of color #384B2C: hue angle of 96.77º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #384B2C is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 44 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.71 |
| HSL | 96.77º | 0.26% | 0.23% | - |
| HSV(B) | 96.77º | 0.41% | 0.29% | - |
| XYZ | 4.6 | 6.05 | 3.31 | - |
| YUV | 65.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 44 | 0.25 | 0 | 0.41 | 0.71 | 96.77 | 0.26 | 0.23 |
| Hex | 38 | 4B | 2C | 19 | 0 | 29 | 47 | 61 | 1A | 17 |
| Octal | 70 | 113 | 54 | 31 | 0 | 51 | 107 | 141 | 32 | 27 |
| Binary | 111000 | 1001011 | 101100 | 11001 | 0 | 101001 | 1000111 | 1100001 | 11010 | 10111 |
Color Harmonies of #384B2C
Complementary color
Monochromatic Colors of #384B2C
Black with #384B2C
Text Example
Text Example
White with #384B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B2C; }
p { color: rgb(56,75,44); }
H1.HeaderClassName
{
color: #384B2C;
}
.AnyTagClassName
{
color: #384B2C;
}
</style>
background-color css
<style>
a { background-color: #384B2C; }
a { background-color: rgb(56,75,44); }
div.DivClassName
{
background-color: #384B2C;
}
.BgClassName
{
background-color: #384B2C;
}
</style>
border-color css
<style>
span { border-color: #384B2C; }
span { border-color: rgb(56,75,44); }
td.TdClassName
{
border-color: #384B2C;
}
.TagClassName
{
border-color: #384B2C;
}
</style>