Shades of Mallard #35412B
Tints of Mallard #35412B
RGB
CMYK
RGB Variations
Color information
#35412B (or 0x35412B) is known color: Mallard. HEX triplet: 35, 41 and 2B. RGB value is (53,65,43). Sum of RGB (Red+Green+Blue) = 53+65+43=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #35412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35412B is #CABED4. Grayscale: #3A3A3A. Windows color (decimal): -13287125 or 2834741. OLE color: 2834741.
HSL color Cylindrical-coordinate representation of color #35412B: hue angle of 92.73º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #35412B is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 65 | 43 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.75 |
| HSL | 92.73º | 0.2% | 0.21% | - |
| HSV(B) | 92.73º | 0.34% | 0.25% | - |
| XYZ | 3.79 | 4.71 | 2.99 | - |
| YUV | 58.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 43 | 0.18 | 0 | 0.34 | 0.75 | 92.73 | 0.2 | 0.21 |
| Hex | 35 | 41 | 2B | 12 | 0 | 22 | 4B | 5D | 14 | 15 |
| Octal | 65 | 101 | 53 | 22 | 0 | 42 | 113 | 135 | 24 | 25 |
| Binary | 110101 | 1000001 | 101011 | 10010 | 0 | 100010 | 1001011 | 1011101 | 10100 | 10101 |
Color Harmonies of #35412B
Complementary color
Monochromatic Colors of #35412B
Black with #35412B
Text Example
Text Example
White with #35412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35412B; }
p { color: rgb(53,65,43); }
H1.HeaderClassName
{
color: #35412B;
}
.AnyTagClassName
{
color: #35412B;
}
</style>
background-color css
<style>
a { background-color: #35412B; }
a { background-color: rgb(53,65,43); }
div.DivClassName
{
background-color: #35412B;
}
.BgClassName
{
background-color: #35412B;
}
</style>
border-color css
<style>
span { border-color: #35412B; }
span { border-color: rgb(53,65,43); }
td.TdClassName
{
border-color: #35412B;
}
.TagClassName
{
border-color: #35412B;
}
</style>