Shades of Mallard #36442B
Tints of Mallard #36442B
RGB
CMYK
RGB Variations
Color information
#36442B (or 0x36442B) is known color: Mallard. HEX triplet: 36, 44 and 2B. RGB value is (54,68,43). Sum of RGB (Red+Green+Blue) = 54+68+43=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 68 - color contains mainly: green. Hex color #36442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36442B is #C9BBD4. Grayscale: #3D3D3D. Windows color (decimal): -13220821 or 2835510. OLE color: 2835510.
HSL color Cylindrical-coordinate representation of color #36442B: hue angle of 93.6º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #36442B is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 68 | 43 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.73 |
| HSL | 93.6º | 0.23% | 0.22% | - |
| HSV(B) | 93.6º | 0.37% | 0.27% | - |
| XYZ | 4.02 | 5.09 | 3.06 | - |
| YUV | 60.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 43 | 0.21 | 0 | 0.37 | 0.73 | 93.6 | 0.23 | 0.22 |
| Hex | 36 | 44 | 2B | 15 | 0 | 25 | 49 | 5E | 17 | 16 |
| Octal | 66 | 104 | 53 | 25 | 0 | 45 | 111 | 136 | 27 | 26 |
| Binary | 110110 | 1000100 | 101011 | 10101 | 0 | 100101 | 1001001 | 1011110 | 10111 | 10110 |
Color Harmonies of #36442B
Complementary color
Monochromatic Colors of #36442B
Black with #36442B
Text Example
Text Example
White with #36442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36442B; }
p { color: rgb(54,68,43); }
H1.HeaderClassName
{
color: #36442B;
}
.AnyTagClassName
{
color: #36442B;
}
</style>
background-color css
<style>
a { background-color: #36442B; }
a { background-color: rgb(54,68,43); }
div.DivClassName
{
background-color: #36442B;
}
.BgClassName
{
background-color: #36442B;
}
</style>
border-color css
<style>
span { border-color: #36442B; }
span { border-color: rgb(54,68,43); }
td.TdClassName
{
border-color: #36442B;
}
.TagClassName
{
border-color: #36442B;
}
</style>