Shades of Mallard #38432D
Tints of Mallard #38432D
RGB
CMYK
RGB Variations
Color information
#38432D (or 0x38432D) is known color: Mallard. HEX triplet: 38, 43 and 2D. RGB value is (56,67,45). Sum of RGB (Red+Green+Blue) = 56+67+45=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 67 - color contains mainly: green. Hex color #38432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38432D is #C7BCD2. Grayscale: #3D3D3D. Windows color (decimal): -13090003 or 2966328. OLE color: 2966328.
HSL color Cylindrical-coordinate representation of color #38432D: hue angle of 90º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38432D is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 67 | 45 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.74 |
| HSL | 90º | 0.2% | 0.22% | - |
| HSV(B) | 90º | 0.33% | 0.26% | - |
| XYZ | 4.11 | 5.04 | 3.24 | - |
| YUV | 61.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 45 | 0.16 | 0 | 0.33 | 0.74 | 90 | 0.2 | 0.22 |
| Hex | 38 | 43 | 2D | 10 | 0 | 21 | 4A | 5A | 14 | 16 |
| Octal | 70 | 103 | 55 | 20 | 0 | 41 | 112 | 132 | 24 | 26 |
| Binary | 111000 | 1000011 | 101101 | 10000 | 0 | 100001 | 1001010 | 1011010 | 10100 | 10110 |
Color Harmonies of #38432D
Complementary color
Monochromatic Colors of #38432D
Black with #38432D
Text Example
Text Example
White with #38432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38432D; }
p { color: rgb(56,67,45); }
H1.HeaderClassName
{
color: #38432D;
}
.AnyTagClassName
{
color: #38432D;
}
</style>
background-color css
<style>
a { background-color: #38432D; }
a { background-color: rgb(56,67,45); }
div.DivClassName
{
background-color: #38432D;
}
.BgClassName
{
background-color: #38432D;
}
</style>
border-color css
<style>
span { border-color: #38432D; }
span { border-color: rgb(56,67,45); }
td.TdClassName
{
border-color: #38432D;
}
.TagClassName
{
border-color: #38432D;
}
</style>