Shades of Maire #2A2712
Tints of Maire #2A2712
RGB
CMYK
RGB Variations
Color information
#2A2712 (or 0x2A2712) is known color: Maire. HEX triplet: 2A, 27 and 12. RGB value is (42,39,18). Sum of RGB (Red+Green+Blue) = 42+39+18=99 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42.42% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2712 is #D5D8ED. Grayscale: #252525. Windows color (decimal): -14014702 or 1189674. OLE color: 1189674.
HSL color Cylindrical-coordinate representation of color #2A2712: hue angle of 52.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A2712 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 39 | 18 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.84 |
| HSL | 52.5º | 0.4% | 0.12% | - |
| HSV(B) | 52.5º | 0.57% | 0.16% | - |
| XYZ | 1.79 | 1.99 | 0.86 | - |
| YUV | 37.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 18 | 0 | 0.07 | 0.57 | 0.84 | 52.5 | 0.4 | 0.12 |
| Hex | 2A | 27 | 12 | 0 | 7 | 39 | 54 | 34 | 28 | C |
| Octal | 52 | 47 | 22 | 0 | 7 | 71 | 124 | 64 | 50 | 14 |
| Binary | 101010 | 100111 | 10010 | 0 | 111 | 111001 | 1010100 | 110100 | 101000 | 1100 |
Color Harmonies of #2A2712
Complementary color
Monochromatic Colors of #2A2712
Black with #2A2712
Text Example
Text Example
White with #2A2712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2712; }
p { color: rgb(42,39,18); }
H1.HeaderClassName
{
color: #2A2712;
}
.AnyTagClassName
{
color: #2A2712;
}
</style>
background-color css
<style>
a { background-color: #2A2712; }
a { background-color: rgb(42,39,18); }
div.DivClassName
{
background-color: #2A2712;
}
.BgClassName
{
background-color: #2A2712;
}
</style>
border-color css
<style>
span { border-color: #2A2712; }
span { border-color: rgb(42,39,18); }
td.TdClassName
{
border-color: #2A2712;
}
.TagClassName
{
border-color: #2A2712;
}
</style>