Shades of Maire #2A2410
Tints of Maire #2A2410
RGB
CMYK
RGB Variations
Color information
#2A2410 (or 0x2A2410) is known color: Maire. HEX triplet: 2A, 24 and 10. RGB value is (42,36,16). Sum of RGB (Red+Green+Blue) = 42+36+16=94 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.68% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2410 is #D5DBEF. Grayscale: #232323. Windows color (decimal): -14015472 or 1057834. OLE color: 1057834.
HSL color Cylindrical-coordinate representation of color #2A2410: hue angle of 46.15º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A2410 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 36 | 16 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.84 |
| HSL | 46.15º | 0.45% | 0.11% | - |
| HSV(B) | 46.15º | 0.62% | 0.16% | - |
| XYZ | 1.68 | 1.79 | 0.75 | - |
| YUV | 35.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 16 | 0 | 0.14 | 0.62 | 0.84 | 46.15 | 0.45 | 0.11 |
| Hex | 2A | 24 | 10 | 0 | E | 3E | 54 | 2E | 2D | B |
| Octal | 52 | 44 | 20 | 0 | 16 | 76 | 124 | 56 | 55 | 13 |
| Binary | 101010 | 100100 | 10000 | 0 | 1110 | 111110 | 1010100 | 101110 | 101101 | 1011 |
Color Harmonies of #2A2410
Complementary color
Monochromatic Colors of #2A2410
Black with #2A2410
Text Example
Text Example
White with #2A2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2410; }
p { color: rgb(42,36,16); }
H1.HeaderClassName
{
color: #2A2410;
}
.AnyTagClassName
{
color: #2A2410;
}
</style>
background-color css
<style>
a { background-color: #2A2410; }
a { background-color: rgb(42,36,16); }
div.DivClassName
{
background-color: #2A2410;
}
.BgClassName
{
background-color: #2A2410;
}
</style>
border-color css
<style>
span { border-color: #2A2410; }
span { border-color: rgb(42,36,16); }
td.TdClassName
{
border-color: #2A2410;
}
.TagClassName
{
border-color: #2A2410;
}
</style>