Shades of Maire #2A2513
Tints of Maire #2A2513
RGB
CMYK
RGB Variations
Color information
#2A2513 (or 0x2A2513) is known color: Maire. HEX triplet: 2A, 25 and 13. RGB value is (42,37,19). Sum of RGB (Red+Green+Blue) = 42+37+19=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2513 is #D5DAEC. Grayscale: #242424. Windows color (decimal): -14015213 or 1254698. OLE color: 1254698.
HSL color Cylindrical-coordinate representation of color #2A2513: hue angle of 46.96º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A2513 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 37 | 19 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.84 |
| HSL | 46.96º | 0.38% | 0.12% | - |
| HSV(B) | 46.96º | 0.55% | 0.16% | - |
| XYZ | 1.73 | 1.86 | 0.88 | - |
| YUV | 36.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 19 | 0 | 0.12 | 0.55 | 0.84 | 46.96 | 0.38 | 0.12 |
| Hex | 2A | 25 | 13 | 0 | C | 37 | 54 | 2F | 26 | C |
| Octal | 52 | 45 | 23 | 0 | 14 | 67 | 124 | 57 | 46 | 14 |
| Binary | 101010 | 100101 | 10011 | 0 | 1100 | 110111 | 1010100 | 101111 | 100110 | 1100 |
Color Harmonies of #2A2513
Complementary color
Monochromatic Colors of #2A2513
Black with #2A2513
Text Example
Text Example
White with #2A2513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2513; }
p { color: rgb(42,37,19); }
H1.HeaderClassName
{
color: #2A2513;
}
.AnyTagClassName
{
color: #2A2513;
}
</style>
background-color css
<style>
a { background-color: #2A2513; }
a { background-color: rgb(42,37,19); }
div.DivClassName
{
background-color: #2A2513;
}
.BgClassName
{
background-color: #2A2513;
}
</style>
border-color css
<style>
span { border-color: #2A2513; }
span { border-color: rgb(42,37,19); }
td.TdClassName
{
border-color: #2A2513;
}
.TagClassName
{
border-color: #2A2513;
}
</style>