Shades of Maire #2A2917
Tints of Maire #2A2917
RGB
CMYK
RGB Variations
Color information
#2A2917 (or 0x2A2917) is known color: Maire. HEX triplet: 2A, 29 and 17. RGB value is (42,41,23). Sum of RGB (Red+Green+Blue) = 42+41+23=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2917 is #D5D6E8. Grayscale: #272727. Windows color (decimal): -14014185 or 1517866. OLE color: 1517866.
HSL color Cylindrical-coordinate representation of color #2A2917: hue angle of 56.84º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A2917 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 41 | 23 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.84 |
| HSL | 56.84º | 0.29% | 0.13% | - |
| HSV(B) | 56.84º | 0.45% | 0.16% | - |
| XYZ | 1.9 | 2.14 | 1.12 | - |
| YUV | 39.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 41 | 23 | 0 | 0.02 | 0.45 | 0.84 | 56.84 | 0.29 | 0.13 |
| Hex | 2A | 29 | 17 | 0 | 2 | 2D | 54 | 39 | 1D | D |
| Octal | 52 | 51 | 27 | 0 | 2 | 55 | 124 | 71 | 35 | 15 |
| Binary | 101010 | 101001 | 10111 | 0 | 10 | 101101 | 1010100 | 111001 | 11101 | 1101 |
Color Harmonies of #2A2917
Complementary color
Monochromatic Colors of #2A2917
Black with #2A2917
Text Example
Text Example
White with #2A2917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2917; }
p { color: rgb(42,41,23); }
H1.HeaderClassName
{
color: #2A2917;
}
.AnyTagClassName
{
color: #2A2917;
}
</style>
background-color css
<style>
a { background-color: #2A2917; }
a { background-color: rgb(42,41,23); }
div.DivClassName
{
background-color: #2A2917;
}
.BgClassName
{
background-color: #2A2917;
}
</style>
border-color css
<style>
span { border-color: #2A2917; }
span { border-color: rgb(42,41,23); }
td.TdClassName
{
border-color: #2A2917;
}
.TagClassName
{
border-color: #2A2917;
}
</style>