Shades of Maire #352E16
Tints of Maire #352E16
RGB
CMYK
RGB Variations
Color information
#352E16 (or 0x352E16) is known color: Maire. HEX triplet: 35, 2E and 16. RGB value is (53,46,22). Sum of RGB (Red+Green+Blue) = 53+46+22=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #352E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E16 is #CAD1E9. Grayscale: #2D2D2D. Windows color (decimal): -13292010 or 1453621. OLE color: 1453621.
HSL color Cylindrical-coordinate representation of color #352E16: hue angle of 46.45º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #352E16 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 46 | 22 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.79 |
| HSL | 46.45º | 0.41% | 0.15% | - |
| HSV(B) | 46.45º | 0.58% | 0.21% | - |
| XYZ | 2.59 | 2.77 | 1.16 | - |
| YUV | 45.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 22 | 0 | 0.13 | 0.58 | 0.79 | 46.45 | 0.41 | 0.15 |
| Hex | 35 | 2E | 16 | 0 | D | 3A | 4F | 2E | 29 | F |
| Octal | 65 | 56 | 26 | 0 | 15 | 72 | 117 | 56 | 51 | 17 |
| Binary | 110101 | 101110 | 10110 | 0 | 1101 | 111010 | 1001111 | 101110 | 101001 | 1111 |
Color Harmonies of #352E16
Complementary color
Monochromatic Colors of #352E16
Black with #352E16
Text Example
Text Example
White with #352E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E16; }
p { color: rgb(53,46,22); }
H1.HeaderClassName
{
color: #352E16;
}
.AnyTagClassName
{
color: #352E16;
}
</style>
background-color css
<style>
a { background-color: #352E16; }
a { background-color: rgb(53,46,22); }
div.DivClassName
{
background-color: #352E16;
}
.BgClassName
{
background-color: #352E16;
}
</style>
border-color css
<style>
span { border-color: #352E16; }
span { border-color: rgb(53,46,22); }
td.TdClassName
{
border-color: #352E16;
}
.TagClassName
{
border-color: #352E16;
}
</style>