Shades of Maire #2D2A16
Tints of Maire #2D2A16
RGB
CMYK
RGB Variations
Color information
#2D2A16 (or 0x2D2A16) is known color: Maire. HEX triplet: 2D, 2A and 16. RGB value is (45,42,22). Sum of RGB (Red+Green+Blue) = 45+42+22=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2A16 is #D2D5E9. Grayscale: #282828. Windows color (decimal): -13817322 or 1452589. OLE color: 1452589.
HSL color Cylindrical-coordinate representation of color #2D2A16: hue angle of 52.17º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D2A16 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 42 | 22 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.82 |
| HSL | 52.17º | 0.34% | 0.13% | - |
| HSV(B) | 52.17º | 0.51% | 0.18% | - |
| XYZ | 2.05 | 2.27 | 1.09 | - |
| YUV | 40.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 42 | 22 | 0 | 0.07 | 0.51 | 0.82 | 52.17 | 0.34 | 0.13 |
| Hex | 2D | 2A | 16 | 0 | 7 | 33 | 52 | 34 | 22 | D |
| Octal | 55 | 52 | 26 | 0 | 7 | 63 | 122 | 64 | 42 | 15 |
| Binary | 101101 | 101010 | 10110 | 0 | 111 | 110011 | 1010010 | 110100 | 100010 | 1101 |
Color Harmonies of #2D2A16
Complementary color
Monochromatic Colors of #2D2A16
Black with #2D2A16
Text Example
Text Example
White with #2D2A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2A16; }
p { color: rgb(45,42,22); }
H1.HeaderClassName
{
color: #2D2A16;
}
.AnyTagClassName
{
color: #2D2A16;
}
</style>
background-color css
<style>
a { background-color: #2D2A16; }
a { background-color: rgb(45,42,22); }
div.DivClassName
{
background-color: #2D2A16;
}
.BgClassName
{
background-color: #2D2A16;
}
</style>
border-color css
<style>
span { border-color: #2D2A16; }
span { border-color: rgb(45,42,22); }
td.TdClassName
{
border-color: #2D2A16;
}
.TagClassName
{
border-color: #2D2A16;
}
</style>