Shades of Maire #352D12
Tints of Maire #352D12
RGB
CMYK
RGB Variations
Color information
#352D12 (or 0x352D12) is known color: Maire. HEX triplet: 35, 2D and 12. RGB value is (53,45,18). Sum of RGB (Red+Green+Blue) = 53+45+18=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #352D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352D12 is #CAD2ED. Grayscale: #2C2C2C. Windows color (decimal): -13292270 or 1191221. OLE color: 1191221.
HSL color Cylindrical-coordinate representation of color #352D12: hue angle of 46.29º 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 #352D12 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 45 | 18 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.79 |
| HSL | 46.29º | 0.49% | 0.14% | - |
| HSV(B) | 46.29º | 0.66% | 0.21% | - |
| XYZ | 2.52 | 2.68 | 0.96 | - |
| YUV | 44.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 18 | 0 | 0.15 | 0.66 | 0.79 | 46.29 | 0.49 | 0.14 |
| Hex | 35 | 2D | 12 | 0 | F | 42 | 4F | 2E | 31 | E |
| Octal | 65 | 55 | 22 | 0 | 17 | 102 | 117 | 56 | 61 | 16 |
| Binary | 110101 | 101101 | 10010 | 0 | 1111 | 1000010 | 1001111 | 101110 | 110001 | 1110 |
Color Harmonies of #352D12
Complementary color
Monochromatic Colors of #352D12
Black with #352D12
Text Example
Text Example
White with #352D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D12; }
p { color: rgb(53,45,18); }
H1.HeaderClassName
{
color: #352D12;
}
.AnyTagClassName
{
color: #352D12;
}
</style>
background-color css
<style>
a { background-color: #352D12; }
a { background-color: rgb(53,45,18); }
div.DivClassName
{
background-color: #352D12;
}
.BgClassName
{
background-color: #352D12;
}
</style>
border-color css
<style>
span { border-color: #352D12; }
span { border-color: rgb(53,45,18); }
td.TdClassName
{
border-color: #352D12;
}
.TagClassName
{
border-color: #352D12;
}
</style>