Shades of Maire #2D2A12
Tints of Maire #2D2A12
RGB
CMYK
RGB Variations
Color information
#2D2A12 (or 0x2D2A12) is known color: Maire. HEX triplet: 2D, 2A and 12. RGB value is (45,42,18). Sum of RGB (Red+Green+Blue) = 45+42+18=105 (13% of max value = 765). Red value is 45 (17.97% from 255 or 42.86% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2A12 is #D2D5ED. Grayscale: #282828. Windows color (decimal): -13817326 or 1190445. OLE color: 1190445.
HSL color Cylindrical-coordinate representation of color #2D2A12: hue angle of 53.33º 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 #2D2A12 is Cyan = 0, Magento = 0.07, Yellow = 0.6 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 42 | 18 | - |
| CMYK | 0 | 0.07 | 0.6 | 0.82 |
| HSL | 53.33º | 0.43% | 0.12% | - |
| HSV(B) | 53.33º | 0.6% | 0.18% | - |
| XYZ | 2.02 | 2.26 | 0.9 | - |
| YUV | 40.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 42 | 18 | 0 | 0.07 | 0.6 | 0.82 | 53.33 | 0.43 | 0.12 |
| Hex | 2D | 2A | 12 | 0 | 7 | 3C | 52 | 35 | 2B | C |
| Octal | 55 | 52 | 22 | 0 | 7 | 74 | 122 | 65 | 53 | 14 |
| Binary | 101101 | 101010 | 10010 | 0 | 111 | 111100 | 1010010 | 110101 | 101011 | 1100 |
Color Harmonies of #2D2A12
Complementary color
Monochromatic Colors of #2D2A12
Black with #2D2A12
Text Example
Text Example
White with #2D2A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2A12; }
p { color: rgb(45,42,18); }
H1.HeaderClassName
{
color: #2D2A12;
}
.AnyTagClassName
{
color: #2D2A12;
}
</style>
background-color css
<style>
a { background-color: #2D2A12; }
a { background-color: rgb(45,42,18); }
div.DivClassName
{
background-color: #2D2A12;
}
.BgClassName
{
background-color: #2D2A12;
}
</style>
border-color css
<style>
span { border-color: #2D2A12; }
span { border-color: rgb(45,42,18); }
td.TdClassName
{
border-color: #2D2A12;
}
.TagClassName
{
border-color: #2D2A12;
}
</style>