Shades of Maire #352E12
Tints of Maire #352E12
RGB
CMYK
RGB Variations
Color information
#352E12 (or 0x352E12) is known color: Maire. HEX triplet: 35, 2E and 12. RGB value is (53,46,18). Sum of RGB (Red+Green+Blue) = 53+46+18=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #352E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E12 is #CAD1ED. Grayscale: #2D2D2D. Windows color (decimal): -13292014 or 1191477. OLE color: 1191477.
HSL color Cylindrical-coordinate representation of color #352E12: hue angle of 48º 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 #352E12 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 46 | 18 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.79 |
| HSL | 48º | 0.49% | 0.14% | - |
| HSV(B) | 48º | 0.66% | 0.21% | - |
| XYZ | 2.55 | 2.75 | 0.97 | - |
| YUV | 44.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 18 | 0 | 0.13 | 0.66 | 0.79 | 48 | 0.49 | 0.14 |
| Hex | 35 | 2E | 12 | 0 | D | 42 | 4F | 30 | 31 | E |
| Octal | 65 | 56 | 22 | 0 | 15 | 102 | 117 | 60 | 61 | 16 |
| Binary | 110101 | 101110 | 10010 | 0 | 1101 | 1000010 | 1001111 | 110000 | 110001 | 1110 |
Color Harmonies of #352E12
Complementary color
Monochromatic Colors of #352E12
Black with #352E12
Text Example
Text Example
White with #352E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E12; }
p { color: rgb(53,46,18); }
H1.HeaderClassName
{
color: #352E12;
}
.AnyTagClassName
{
color: #352E12;
}
</style>
background-color css
<style>
a { background-color: #352E12; }
a { background-color: rgb(53,46,18); }
div.DivClassName
{
background-color: #352E12;
}
.BgClassName
{
background-color: #352E12;
}
</style>
border-color css
<style>
span { border-color: #352E12; }
span { border-color: rgb(53,46,18); }
td.TdClassName
{
border-color: #352E12;
}
.TagClassName
{
border-color: #352E12;
}
</style>