Shades of Maire #2C2603
Tints of Maire #2C2603
RGB
CMYK
RGB Variations
Color information
#2C2603 (or 0x2C2603) is known color: Maire. HEX triplet: 2C, 26 and 03. RGB value is (44,38,3). Sum of RGB (Red+Green+Blue) = 44+38+3=85 (11% of max value = 765). Red value is 44 (17.58% from 255 or 51.76% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2603 is #D3D9FC. Grayscale: #232323. Windows color (decimal): -13883901 or 206380. OLE color: 206380.
HSL color Cylindrical-coordinate representation of color #2C2603: hue angle of 51.22º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C2603 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 38 | 3 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.83 |
| HSL | 51.22º | 0.87% | 0.09% | - |
| HSV(B) | 51.22º | 0.93% | 0.17% | - |
| XYZ | 1.75 | 1.93 | 0.37 | - |
| YUV | 35.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 3 | 0 | 0.14 | 0.93 | 0.83 | 51.22 | 0.87 | 0.09 |
| Hex | 2C | 26 | 3 | 0 | E | 5D | 53 | 33 | 57 | 9 |
| Octal | 54 | 46 | 3 | 0 | 16 | 135 | 123 | 63 | 127 | 11 |
| Binary | 101100 | 100110 | 11 | 0 | 1110 | 1011101 | 1010011 | 110011 | 1010111 | 1001 |
Color Harmonies of #2C2603
Complementary color
Monochromatic Colors of #2C2603
Black with #2C2603
Text Example
Text Example
White with #2C2603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2603; }
p { color: rgb(44,38,3); }
H1.HeaderClassName
{
color: #2C2603;
}
.AnyTagClassName
{
color: #2C2603;
}
</style>
background-color css
<style>
a { background-color: #2C2603; }
a { background-color: rgb(44,38,3); }
div.DivClassName
{
background-color: #2C2603;
}
.BgClassName
{
background-color: #2C2603;
}
</style>
border-color css
<style>
span { border-color: #2C2603; }
span { border-color: rgb(44,38,3); }
td.TdClassName
{
border-color: #2C2603;
}
.TagClassName
{
border-color: #2C2603;
}
</style>