Shades of Maire #2C2920
Tints of Maire #2C2920
RGB
CMYK
RGB Variations
Color information
#2C2920 (or 0x2C2920) is known color: Maire. HEX triplet: 2C, 29 and 20. RGB value is (44,41,32). Sum of RGB (Red+Green+Blue) = 44+41+32=117 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.61% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2920 is #D3D6DF. Grayscale: #282828. Windows color (decimal): -13883104 or 2107692. OLE color: 2107692.
HSL color Cylindrical-coordinate representation of color #2C2920: hue angle of 45º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2C2920 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 41 | 32 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.83 |
| HSL | 45º | 0.16% | 0.15% | - |
| HSV(B) | 45º | 0.27% | 0.17% | - |
| XYZ | 2.09 | 2.23 | 1.69 | - |
| YUV | 40.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 41 | 32 | 0 | 0.07 | 0.27 | 0.83 | 45 | 0.16 | 0.15 |
| Hex | 2C | 29 | 20 | 0 | 7 | 1B | 53 | 2D | 10 | F |
| Octal | 54 | 51 | 40 | 0 | 7 | 33 | 123 | 55 | 20 | 17 |
| Binary | 101100 | 101001 | 100000 | 0 | 111 | 11011 | 1010011 | 101101 | 10000 | 1111 |
Color Harmonies of #2C2920
Complementary color
Monochromatic Colors of #2C2920
Black with #2C2920
Text Example
Text Example
White with #2C2920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2920; }
p { color: rgb(44,41,32); }
H1.HeaderClassName
{
color: #2C2920;
}
.AnyTagClassName
{
color: #2C2920;
}
</style>
background-color css
<style>
a { background-color: #2C2920; }
a { background-color: rgb(44,41,32); }
div.DivClassName
{
background-color: #2C2920;
}
.BgClassName
{
background-color: #2C2920;
}
</style>
border-color css
<style>
span { border-color: #2C2920; }
span { border-color: rgb(44,41,32); }
td.TdClassName
{
border-color: #2C2920;
}
.TagClassName
{
border-color: #2C2920;
}
</style>