Shades of Maire #2C2716
Tints of Maire #2C2716
RGB
CMYK
RGB Variations
Color information
#2C2716 (or 0x2C2716) is known color: Maire. HEX triplet: 2C, 27 and 16. RGB value is (44,39,22). Sum of RGB (Red+Green+Blue) = 44+39+22=105 (13% of max value = 765). Red value is 44 (17.58% from 255 or 41.90% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2716 is #D3D8E9. Grayscale: #262626. Windows color (decimal): -13883626 or 1451820. OLE color: 1451820.
HSL color Cylindrical-coordinate representation of color #2C2716: hue angle of 46.36º degrees, saturation: 0.33, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C2716 is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 39 | 22 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.83 |
| HSL | 46.36º | 0.33% | 0.13% | - |
| HSV(B) | 46.36º | 0.5% | 0.17% | - |
| XYZ | 1.91 | 2.04 | 1.05 | - |
| YUV | 38.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 39 | 22 | 0 | 0.11 | 0.5 | 0.83 | 46.36 | 0.33 | 0.13 |
| Hex | 2C | 27 | 16 | 0 | B | 32 | 53 | 2E | 21 | D |
| Octal | 54 | 47 | 26 | 0 | 13 | 62 | 123 | 56 | 41 | 15 |
| Binary | 101100 | 100111 | 10110 | 0 | 1011 | 110010 | 1010011 | 101110 | 100001 | 1101 |
Color Harmonies of #2C2716
Complementary color
Monochromatic Colors of #2C2716
Black with #2C2716
Text Example
Text Example
White with #2C2716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2716; }
p { color: rgb(44,39,22); }
H1.HeaderClassName
{
color: #2C2716;
}
.AnyTagClassName
{
color: #2C2716;
}
</style>
background-color css
<style>
a { background-color: #2C2716; }
a { background-color: rgb(44,39,22); }
div.DivClassName
{
background-color: #2C2716;
}
.BgClassName
{
background-color: #2C2716;
}
</style>
border-color css
<style>
span { border-color: #2C2716; }
span { border-color: rgb(44,39,22); }
td.TdClassName
{
border-color: #2C2716;
}
.TagClassName
{
border-color: #2C2716;
}
</style>