Shades of Maire #2C2513
Tints of Maire #2C2513
RGB
CMYK
RGB Variations
Color information
#2C2513 (or 0x2C2513) is known color: Maire. HEX triplet: 2C, 25 and 13. RGB value is (44,37,19). Sum of RGB (Red+Green+Blue) = 44+37+19=100 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2513 is #D3DAEC. Grayscale: #252525. Windows color (decimal): -13884141 or 1254700. OLE color: 1254700.
HSL color Cylindrical-coordinate representation of color #2C2513: hue angle of 43.2º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C2513 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 37 | 19 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.83 |
| HSL | 43.2º | 0.4% | 0.12% | - |
| HSV(B) | 43.2º | 0.57% | 0.17% | - |
| XYZ | 1.82 | 1.91 | 0.89 | - |
| YUV | 37.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 19 | 0 | 0.16 | 0.57 | 0.83 | 43.2 | 0.4 | 0.12 |
| Hex | 2C | 25 | 13 | 0 | 10 | 39 | 53 | 2B | 28 | C |
| Octal | 54 | 45 | 23 | 0 | 20 | 71 | 123 | 53 | 50 | 14 |
| Binary | 101100 | 100101 | 10011 | 0 | 10000 | 111001 | 1010011 | 101011 | 101000 | 1100 |
Color Harmonies of #2C2513
Complementary color
Monochromatic Colors of #2C2513
Black with #2C2513
Text Example
Text Example
White with #2C2513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2513; }
p { color: rgb(44,37,19); }
H1.HeaderClassName
{
color: #2C2513;
}
.AnyTagClassName
{
color: #2C2513;
}
</style>
background-color css
<style>
a { background-color: #2C2513; }
a { background-color: rgb(44,37,19); }
div.DivClassName
{
background-color: #2C2513;
}
.BgClassName
{
background-color: #2C2513;
}
</style>
border-color css
<style>
span { border-color: #2C2513; }
span { border-color: rgb(44,37,19); }
td.TdClassName
{
border-color: #2C2513;
}
.TagClassName
{
border-color: #2C2513;
}
</style>