Shades of Mallard #35432B
Tints of Mallard #35432B
RGB
CMYK
RGB Variations
Color information
#35432B (or 0x35432B) is known color: Mallard. HEX triplet: 35, 43 and 2B. RGB value is (53,67,43). Sum of RGB (Red+Green+Blue) = 53+67+43=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #35432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35432B is #CABCD4. Grayscale: #3C3C3C. Windows color (decimal): -13286613 or 2835253. OLE color: 2835253.
HSL color Cylindrical-coordinate representation of color #35432B: hue angle of 95º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #35432B is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 43 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.74 |
| HSL | 95º | 0.22% | 0.22% | - |
| HSV(B) | 95º | 0.36% | 0.26% | - |
| XYZ | 3.91 | 4.95 | 3.03 | - |
| YUV | 60.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 43 | 0.21 | 0 | 0.36 | 0.74 | 95 | 0.22 | 0.22 |
| Hex | 35 | 43 | 2B | 15 | 0 | 24 | 4A | 5F | 16 | 16 |
| Octal | 65 | 103 | 53 | 25 | 0 | 44 | 112 | 137 | 26 | 26 |
| Binary | 110101 | 1000011 | 101011 | 10101 | 0 | 100100 | 1001010 | 1011111 | 10110 | 10110 |
Color Harmonies of #35432B
Complementary color
Monochromatic Colors of #35432B
Black with #35432B
Text Example
Text Example
White with #35432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35432B; }
p { color: rgb(53,67,43); }
H1.HeaderClassName
{
color: #35432B;
}
.AnyTagClassName
{
color: #35432B;
}
</style>
background-color css
<style>
a { background-color: #35432B; }
a { background-color: rgb(53,67,43); }
div.DivClassName
{
background-color: #35432B;
}
.BgClassName
{
background-color: #35432B;
}
</style>
border-color css
<style>
span { border-color: #35432B; }
span { border-color: rgb(53,67,43); }
td.TdClassName
{
border-color: #35432B;
}
.TagClassName
{
border-color: #35432B;
}
</style>