Shades of Maire #2E2A05
Tints of Maire #2E2A05
RGB
CMYK
RGB Variations
Color information
#2E2A05 (or 0x2E2A05) is known color: Maire. HEX triplet: 2E, 2A and 05. RGB value is (46,42,5). Sum of RGB (Red+Green+Blue) = 46+42+5=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 42 (16.80% from 255 or 45.16% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2A05 is #D1D5FA. Grayscale: #272727. Windows color (decimal): -13751803 or 338478. OLE color: 338478.
HSL color Cylindrical-coordinate representation of color #2E2A05: hue angle of 54.15º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E2A05 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 42 | 5 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.82 |
| HSL | 54.15º | 0.8% | 0.1% | - |
| HSV(B) | 54.15º | 0.89% | 0.18% | - |
| XYZ | 1.98 | 2.25 | 0.47 | - |
| YUV | 38.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 5 | 0 | 0.09 | 0.89 | 0.82 | 54.15 | 0.8 | 0.1 |
| Hex | 2E | 2A | 5 | 0 | 9 | 59 | 52 | 36 | 50 | A |
| Octal | 56 | 52 | 5 | 0 | 11 | 131 | 122 | 66 | 120 | 12 |
| Binary | 101110 | 101010 | 101 | 0 | 1001 | 1011001 | 1010010 | 110110 | 1010000 | 1010 |
Color Harmonies of #2E2A05
Complementary color
Monochromatic Colors of #2E2A05
Black with #2E2A05
Text Example
Text Example
White with #2E2A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2A05; }
p { color: rgb(46,42,5); }
H1.HeaderClassName
{
color: #2E2A05;
}
.AnyTagClassName
{
color: #2E2A05;
}
</style>
background-color css
<style>
a { background-color: #2E2A05; }
a { background-color: rgb(46,42,5); }
div.DivClassName
{
background-color: #2E2A05;
}
.BgClassName
{
background-color: #2E2A05;
}
</style>
border-color css
<style>
span { border-color: #2E2A05; }
span { border-color: rgb(46,42,5); }
td.TdClassName
{
border-color: #2E2A05;
}
.TagClassName
{
border-color: #2E2A05;
}
</style>