Shades of Maire #2D2912
Tints of Maire #2D2912
RGB
CMYK
RGB Variations
Color information
#2D2912 (or 0x2D2912) is known color: Maire. HEX triplet: 2D, 29 and 12. RGB value is (45,41,18). Sum of RGB (Red+Green+Blue) = 45+41+18=104 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.27% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2912 is #D2D6ED. Grayscale: #272727. Windows color (decimal): -13817582 or 1190189. OLE color: 1190189.
HSL color Cylindrical-coordinate representation of color #2D2912: hue angle of 51.11º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D2912 is Cyan = 0, Magento = 0.09, Yellow = 0.6 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 41 | 18 | - |
| CMYK | 0 | 0.09 | 0.6 | 0.82 |
| HSL | 51.11º | 0.43% | 0.12% | - |
| HSV(B) | 51.11º | 0.6% | 0.18% | - |
| XYZ | 1.98 | 2.19 | 0.89 | - |
| YUV | 39.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 18 | 0 | 0.09 | 0.6 | 0.82 | 51.11 | 0.43 | 0.12 |
| Hex | 2D | 29 | 12 | 0 | 9 | 3C | 52 | 33 | 2B | C |
| Octal | 55 | 51 | 22 | 0 | 11 | 74 | 122 | 63 | 53 | 14 |
| Binary | 101101 | 101001 | 10010 | 0 | 1001 | 111100 | 1010010 | 110011 | 101011 | 1100 |
Color Harmonies of #2D2912
Complementary color
Monochromatic Colors of #2D2912
Black with #2D2912
Text Example
Text Example
White with #2D2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2912; }
p { color: rgb(45,41,18); }
H1.HeaderClassName
{
color: #2D2912;
}
.AnyTagClassName
{
color: #2D2912;
}
</style>
background-color css
<style>
a { background-color: #2D2912; }
a { background-color: rgb(45,41,18); }
div.DivClassName
{
background-color: #2D2912;
}
.BgClassName
{
background-color: #2D2912;
}
</style>
border-color css
<style>
span { border-color: #2D2912; }
span { border-color: rgb(45,41,18); }
td.TdClassName
{
border-color: #2D2912;
}
.TagClassName
{
border-color: #2D2912;
}
</style>