Shades of Mallard #3A4433
Tints of Mallard #3A4433
RGB
CMYK
RGB Variations
Color information
#3A4433 (or 0x3A4433) is known color: Mallard. HEX triplet: 3A, 44 and 33. RGB value is (58,68,51). Sum of RGB (Red+Green+Blue) = 58+68+51=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4433 is #C5BBCC. Grayscale: #3F3F3F. Windows color (decimal): -12958669 or 3359802. OLE color: 3359802.
HSL color Cylindrical-coordinate representation of color #3A4433: hue angle of 95.29º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A4433 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 68 | 51 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.73 |
| HSL | 95.29º | 0.14% | 0.23% | - |
| HSV(B) | 95.29º | 0.25% | 0.27% | - |
| XYZ | 4.41 | 5.27 | 3.92 | - |
| YUV | 63.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 51 | 0.15 | 0 | 0.25 | 0.73 | 95.29 | 0.14 | 0.23 |
| Hex | 3A | 44 | 33 | F | 0 | 19 | 49 | 5F | E | 17 |
| Octal | 72 | 104 | 63 | 17 | 0 | 31 | 111 | 137 | 16 | 27 |
| Binary | 111010 | 1000100 | 110011 | 1111 | 0 | 11001 | 1001001 | 1011111 | 1110 | 10111 |
Color Harmonies of #3A4433
Complementary color
Monochromatic Colors of #3A4433
Black with #3A4433
Text Example
Text Example
White with #3A4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4433; }
p { color: rgb(58,68,51); }
H1.HeaderClassName
{
color: #3A4433;
}
.AnyTagClassName
{
color: #3A4433;
}
</style>
background-color css
<style>
a { background-color: #3A4433; }
a { background-color: rgb(58,68,51); }
div.DivClassName
{
background-color: #3A4433;
}
.BgClassName
{
background-color: #3A4433;
}
</style>
border-color css
<style>
span { border-color: #3A4433; }
span { border-color: rgb(58,68,51); }
td.TdClassName
{
border-color: #3A4433;
}
.TagClassName
{
border-color: #3A4433;
}
</style>