Shades of Maire #352E10
Tints of Maire #352E10
RGB
CMYK
RGB Variations
Color information
#352E10 (or 0x352E10) is known color: Maire. HEX triplet: 35, 2E and 10. RGB value is (53,46,16). Sum of RGB (Red+Green+Blue) = 53+46+16=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #352E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E10 is #CAD1EF. Grayscale: #2C2C2C. Windows color (decimal): -13292016 or 1060405. OLE color: 1060405.
HSL color Cylindrical-coordinate representation of color #352E10: hue angle of 48.65º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352E10 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 46 | 16 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.79 |
| HSL | 48.65º | 0.54% | 0.14% | - |
| HSV(B) | 48.65º | 0.7% | 0.21% | - |
| XYZ | 2.54 | 2.75 | 0.89 | - |
| YUV | 44.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 16 | 0 | 0.13 | 0.70 | 0.79 | 48.65 | 0.54 | 0.14 |
| Hex | 35 | 2E | 10 | 0 | D | 46 | 4F | 31 | 36 | E |
| Octal | 65 | 56 | 20 | 0 | 15 | 106 | 117 | 61 | 66 | 16 |
| Binary | 110101 | 101110 | 10000 | 0 | 1101 | 1000110 | 1001111 | 110001 | 110110 | 1110 |
Color Harmonies of #352E10
Complementary color
Monochromatic Colors of #352E10
Black with #352E10
Text Example
Text Example
White with #352E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E10; }
p { color: rgb(53,46,16); }
H1.HeaderClassName
{
color: #352E10;
}
.AnyTagClassName
{
color: #352E10;
}
</style>
background-color css
<style>
a { background-color: #352E10; }
a { background-color: rgb(53,46,16); }
div.DivClassName
{
background-color: #352E10;
}
.BgClassName
{
background-color: #352E10;
}
</style>
border-color css
<style>
span { border-color: #352E10; }
span { border-color: rgb(53,46,16); }
td.TdClassName
{
border-color: #352E10;
}
.TagClassName
{
border-color: #352E10;
}
</style>