Shades of Maire #352C0C
Tints of Maire #352C0C
RGB
CMYK
RGB Variations
Color information
#352C0C (or 0x352C0C) is known color: Maire. HEX triplet: 35, 2C and 0C. RGB value is (53,44,12). Sum of RGB (Red+Green+Blue) = 53+44+12=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #352C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352C0C is #CAD3F3. Grayscale: #2B2B2B. Windows color (decimal): -13292532 or 797749. OLE color: 797749.
HSL color Cylindrical-coordinate representation of color #352C0C: hue angle of 46.83º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #352C0C is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 44 | 12 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.79 |
| HSL | 46.83º | 0.63% | 0.13% | - |
| HSV(B) | 46.83º | 0.77% | 0.21% | - |
| XYZ | 2.44 | 2.58 | 0.72 | - |
| YUV | 43.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 12 | 0 | 0.17 | 0.77 | 0.79 | 46.83 | 0.63 | 0.13 |
| Hex | 35 | 2C | C | 0 | 11 | 4D | 4F | 2F | 3F | D |
| Octal | 65 | 54 | 14 | 0 | 21 | 115 | 117 | 57 | 77 | 15 |
| Binary | 110101 | 101100 | 1100 | 0 | 10001 | 1001101 | 1001111 | 101111 | 111111 | 1101 |
Color Harmonies of #352C0C
Complementary color
Monochromatic Colors of #352C0C
Black with #352C0C
Text Example
Text Example
White with #352C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C0C; }
p { color: rgb(53,44,12); }
H1.HeaderClassName
{
color: #352C0C;
}
.AnyTagClassName
{
color: #352C0C;
}
</style>
background-color css
<style>
a { background-color: #352C0C; }
a { background-color: rgb(53,44,12); }
div.DivClassName
{
background-color: #352C0C;
}
.BgClassName
{
background-color: #352C0C;
}
</style>
border-color css
<style>
span { border-color: #352C0C; }
span { border-color: rgb(53,44,12); }
td.TdClassName
{
border-color: #352C0C;
}
.TagClassName
{
border-color: #352C0C;
}
</style>