Shades of Mallard #35432A
Tints of Mallard #35432A
RGB
CMYK
RGB Variations
Color information
#35432A (or 0x35432A) is known color: Mallard. HEX triplet: 35, 43 and 2A. RGB value is (53,67,42). Sum of RGB (Red+Green+Blue) = 53+67+42=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 67 - color contains mainly: green. Hex color #35432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35432A is #CABCD5. Grayscale: #3C3C3C. Windows color (decimal): -13286614 or 2769717. OLE color: 2769717.
HSL color Cylindrical-coordinate representation of color #35432A: hue angle of 93.6º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #35432A is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 42 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.74 |
| HSL | 93.6º | 0.23% | 0.21% | - |
| HSV(B) | 93.6º | 0.37% | 0.26% | - |
| XYZ | 3.89 | 4.94 | 2.94 | - |
| YUV | 59.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 42 | 0.21 | 0 | 0.37 | 0.74 | 93.6 | 0.23 | 0.21 |
| Hex | 35 | 43 | 2A | 15 | 0 | 25 | 4A | 5E | 17 | 15 |
| Octal | 65 | 103 | 52 | 25 | 0 | 45 | 112 | 136 | 27 | 25 |
| Binary | 110101 | 1000011 | 101010 | 10101 | 0 | 100101 | 1001010 | 1011110 | 10111 | 10101 |
Color Harmonies of #35432A
Complementary color
Monochromatic Colors of #35432A
Black with #35432A
Text Example
Text Example
White with #35432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35432A; }
p { color: rgb(53,67,42); }
H1.HeaderClassName
{
color: #35432A;
}
.AnyTagClassName
{
color: #35432A;
}
</style>
background-color css
<style>
a { background-color: #35432A; }
a { background-color: rgb(53,67,42); }
div.DivClassName
{
background-color: #35432A;
}
.BgClassName
{
background-color: #35432A;
}
</style>
border-color css
<style>
span { border-color: #35432A; }
span { border-color: rgb(53,67,42); }
td.TdClassName
{
border-color: #35432A;
}
.TagClassName
{
border-color: #35432A;
}
</style>