Shades of Mallard #384B2A
Tints of Mallard #384B2A
RGB
CMYK
RGB Variations
Color information
#384B2A (or 0x384B2A) is known color: Mallard. HEX triplet: 38, 4B and 2A. RGB value is (56,75,42). Sum of RGB (Red+Green+Blue) = 56+75+42=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #384B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B2A is #C7B4D5. Grayscale: #414141. Windows color (decimal): -13087958 or 2771768. OLE color: 2771768.
HSL color Cylindrical-coordinate representation of color #384B2A: hue angle of 94.55º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #384B2A is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 42 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.71 |
| HSL | 94.55º | 0.28% | 0.23% | - |
| HSV(B) | 94.55º | 0.44% | 0.29% | - |
| XYZ | 4.56 | 6.04 | 3.12 | - |
| YUV | 65.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 42 | 0.25 | 0 | 0.44 | 0.71 | 94.55 | 0.28 | 0.23 |
| Hex | 38 | 4B | 2A | 19 | 0 | 2C | 47 | 5F | 1C | 17 |
| Octal | 70 | 113 | 52 | 31 | 0 | 54 | 107 | 137 | 34 | 27 |
| Binary | 111000 | 1001011 | 101010 | 11001 | 0 | 101100 | 1000111 | 1011111 | 11100 | 10111 |
Color Harmonies of #384B2A
Complementary color
Monochromatic Colors of #384B2A
Black with #384B2A
Text Example
Text Example
White with #384B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B2A; }
p { color: rgb(56,75,42); }
H1.HeaderClassName
{
color: #384B2A;
}
.AnyTagClassName
{
color: #384B2A;
}
</style>
background-color css
<style>
a { background-color: #384B2A; }
a { background-color: rgb(56,75,42); }
div.DivClassName
{
background-color: #384B2A;
}
.BgClassName
{
background-color: #384B2A;
}
</style>
border-color css
<style>
span { border-color: #384B2A; }
span { border-color: rgb(56,75,42); }
td.TdClassName
{
border-color: #384B2A;
}
.TagClassName
{
border-color: #384B2A;
}
</style>