Shades of Maire #352C00
Tints of Maire #352C00
RGB
CMYK
RGB Variations
Color information
#352C00 (or 0x352C00) is known color: Maire. HEX triplet: 35, 2C and 00. RGB value is (53,44,0). Sum of RGB (Red+Green+Blue) = 53+44+0=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #352C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352C00 is #CAD3FF. Grayscale: #292929. Windows color (decimal): -13292544 or 11317. OLE color: 11317.
HSL color Cylindrical-coordinate representation of color #352C00: hue angle of 49.81º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #352C00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 44 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.79 |
| HSL | 49.81º | 1% | 0.1% | - |
| HSV(B) | 49.81º | 1% | 0.21% | - |
| XYZ | 2.37 | 2.56 | 0.37 | - |
| YUV | 41.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 0 | 0 | 0.17 | 1 | 0.79 | 49.81 | 1 | 0.1 |
| Hex | 35 | 2C | 0 | 0 | 11 | 64 | 4F | 32 | 64 | A |
| Octal | 65 | 54 | 0 | 0 | 21 | 144 | 117 | 62 | 144 | 12 |
| Binary | 110101 | 101100 | 0 | 0 | 10001 | 1100100 | 1001111 | 110010 | 1100100 | 1010 |
Color Harmonies of #352C00
Complementary color
Monochromatic Colors of #352C00
Black with #352C00
Text Example
Text Example
White with #352C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C00; }
p { color: rgb(53,44,0); }
H1.HeaderClassName
{
color: #352C00;
}
.AnyTagClassName
{
color: #352C00;
}
</style>
background-color css
<style>
a { background-color: #352C00; }
a { background-color: rgb(53,44,0); }
div.DivClassName
{
background-color: #352C00;
}
.BgClassName
{
background-color: #352C00;
}
</style>
border-color css
<style>
span { border-color: #352C00; }
span { border-color: rgb(53,44,0); }
td.TdClassName
{
border-color: #352C00;
}
.TagClassName
{
border-color: #352C00;
}
</style>