Shades of Maire #2D2712
Tints of Maire #2D2712
RGB
CMYK
RGB Variations
Color information
#2D2712 (or 0x2D2712) is known color: Maire. HEX triplet: 2D, 27 and 12. RGB value is (45,39,18). Sum of RGB (Red+Green+Blue) = 45+39+18=102 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.12% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2712 is #D2D8ED. Grayscale: #262626. Windows color (decimal): -13818094 or 1189677. OLE color: 1189677.
HSL color Cylindrical-coordinate representation of color #2D2712: hue angle of 46.67º 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 #2D2712 is Cyan = 0, Magento = 0.13, Yellow = 0.6 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 39 | 18 | - |
| CMYK | 0 | 0.13 | 0.6 | 0.82 |
| HSL | 46.67º | 0.43% | 0.12% | - |
| HSV(B) | 46.67º | 0.6% | 0.18% | - |
| XYZ | 1.92 | 2.05 | 0.87 | - |
| YUV | 38.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 18 | 0 | 0.13 | 0.6 | 0.82 | 46.67 | 0.43 | 0.12 |
| Hex | 2D | 27 | 12 | 0 | D | 3C | 52 | 2F | 2B | C |
| Octal | 55 | 47 | 22 | 0 | 15 | 74 | 122 | 57 | 53 | 14 |
| Binary | 101101 | 100111 | 10010 | 0 | 1101 | 111100 | 1010010 | 101111 | 101011 | 1100 |
Color Harmonies of #2D2712
Complementary color
Monochromatic Colors of #2D2712
Black with #2D2712
Text Example
Text Example
White with #2D2712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2712; }
p { color: rgb(45,39,18); }
H1.HeaderClassName
{
color: #2D2712;
}
.AnyTagClassName
{
color: #2D2712;
}
</style>
background-color css
<style>
a { background-color: #2D2712; }
a { background-color: rgb(45,39,18); }
div.DivClassName
{
background-color: #2D2712;
}
.BgClassName
{
background-color: #2D2712;
}
</style>
border-color css
<style>
span { border-color: #2D2712; }
span { border-color: rgb(45,39,18); }
td.TdClassName
{
border-color: #2D2712;
}
.TagClassName
{
border-color: #2D2712;
}
</style>