Shades of Maire #352F12
Tints of Maire #352F12
RGB
CMYK
RGB Variations
Color information
#352F12 (or 0x352F12) is known color: Maire. HEX triplet: 35, 2F and 12. RGB value is (53,47,18). Sum of RGB (Red+Green+Blue) = 53+47+18=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #352F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F12 is #CAD0ED. Grayscale: #2D2D2D. Windows color (decimal): -13291758 or 1191733. OLE color: 1191733.
HSL color Cylindrical-coordinate representation of color #352F12: hue angle of 49.71º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #352F12 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 18 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.79 |
| HSL | 49.71º | 0.49% | 0.14% | - |
| HSV(B) | 49.71º | 0.66% | 0.21% | - |
| XYZ | 2.59 | 2.83 | 0.98 | - |
| YUV | 45.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 18 | 0 | 0.11 | 0.66 | 0.79 | 49.71 | 0.49 | 0.14 |
| Hex | 35 | 2F | 12 | 0 | B | 42 | 4F | 32 | 31 | E |
| Octal | 65 | 57 | 22 | 0 | 13 | 102 | 117 | 62 | 61 | 16 |
| Binary | 110101 | 101111 | 10010 | 0 | 1011 | 1000010 | 1001111 | 110010 | 110001 | 1110 |
Color Harmonies of #352F12
Complementary color
Monochromatic Colors of #352F12
Black with #352F12
Text Example
Text Example
White with #352F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F12; }
p { color: rgb(53,47,18); }
H1.HeaderClassName
{
color: #352F12;
}
.AnyTagClassName
{
color: #352F12;
}
</style>
background-color css
<style>
a { background-color: #352F12; }
a { background-color: rgb(53,47,18); }
div.DivClassName
{
background-color: #352F12;
}
.BgClassName
{
background-color: #352F12;
}
</style>
border-color css
<style>
span { border-color: #352F12; }
span { border-color: rgb(53,47,18); }
td.TdClassName
{
border-color: #352F12;
}
.TagClassName
{
border-color: #352F12;
}
</style>