Shades of Maire #2E2A16
Tints of Maire #2E2A16
RGB
CMYK
RGB Variations
Color information
#2E2A16 (or 0x2E2A16) is known color: Maire. HEX triplet: 2E, 2A and 16. RGB value is (46,42,22). Sum of RGB (Red+Green+Blue) = 46+42+22=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2A16 is #D1D5E9. Grayscale: #292929. Windows color (decimal): -13751786 or 1452590. OLE color: 1452590.
HSL color Cylindrical-coordinate representation of color #2E2A16: hue angle of 50º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E2A16 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 42 | 22 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.82 |
| HSL | 50º | 0.35% | 0.13% | - |
| HSV(B) | 50º | 0.52% | 0.18% | - |
| XYZ | 2.1 | 2.29 | 1.09 | - |
| YUV | 40.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 22 | 0 | 0.09 | 0.52 | 0.82 | 50 | 0.35 | 0.13 |
| Hex | 2E | 2A | 16 | 0 | 9 | 34 | 52 | 32 | 23 | D |
| Octal | 56 | 52 | 26 | 0 | 11 | 64 | 122 | 62 | 43 | 15 |
| Binary | 101110 | 101010 | 10110 | 0 | 1001 | 110100 | 1010010 | 110010 | 100011 | 1101 |
Color Harmonies of #2E2A16
Complementary color
Monochromatic Colors of #2E2A16
Black with #2E2A16
Text Example
Text Example
White with #2E2A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2A16; }
p { color: rgb(46,42,22); }
H1.HeaderClassName
{
color: #2E2A16;
}
.AnyTagClassName
{
color: #2E2A16;
}
</style>
background-color css
<style>
a { background-color: #2E2A16; }
a { background-color: rgb(46,42,22); }
div.DivClassName
{
background-color: #2E2A16;
}
.BgClassName
{
background-color: #2E2A16;
}
</style>
border-color css
<style>
span { border-color: #2E2A16; }
span { border-color: rgb(46,42,22); }
td.TdClassName
{
border-color: #2E2A16;
}
.TagClassName
{
border-color: #2E2A16;
}
</style>