Shades of Maire #2A2605
Tints of Maire #2A2605
RGB
CMYK
RGB Variations
Color information
#2A2605 (or 0x2A2605) is known color: Maire. HEX triplet: 2A, 26 and 05. RGB value is (42,38,5). Sum of RGB (Red+Green+Blue) = 42+38+5=85 (11% of max value = 765). Red value is 42 (16.80% from 255 or 49.41% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2605 is #D5D9FA. Grayscale: #232323. Windows color (decimal): -14014971 or 337450. OLE color: 337450.
HSL color Cylindrical-coordinate representation of color #2A2605: hue angle of 53.51º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A2605 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 38 | 5 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.84 |
| HSL | 53.51º | 0.79% | 0.09% | - |
| HSV(B) | 53.51º | 0.88% | 0.16% | - |
| XYZ | 1.68 | 1.89 | 0.42 | - |
| YUV | 35.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 5 | 0 | 0.10 | 0.88 | 0.84 | 53.51 | 0.79 | 0.09 |
| Hex | 2A | 26 | 5 | 0 | A | 58 | 54 | 36 | 4F | 9 |
| Octal | 52 | 46 | 5 | 0 | 12 | 130 | 124 | 66 | 117 | 11 |
| Binary | 101010 | 100110 | 101 | 0 | 1010 | 1011000 | 1010100 | 110110 | 1001111 | 1001 |
Color Harmonies of #2A2605
Complementary color
Monochromatic Colors of #2A2605
Black with #2A2605
Text Example
Text Example
White with #2A2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2605; }
p { color: rgb(42,38,5); }
H1.HeaderClassName
{
color: #2A2605;
}
.AnyTagClassName
{
color: #2A2605;
}
</style>
background-color css
<style>
a { background-color: #2A2605; }
a { background-color: rgb(42,38,5); }
div.DivClassName
{
background-color: #2A2605;
}
.BgClassName
{
background-color: #2A2605;
}
</style>
border-color css
<style>
span { border-color: #2A2605; }
span { border-color: rgb(42,38,5); }
td.TdClassName
{
border-color: #2A2605;
}
.TagClassName
{
border-color: #2A2605;
}
</style>