Shades of Maire #2C2307
Tints of Maire #2C2307
RGB
CMYK
RGB Variations
Color information
#2C2307 (or 0x2C2307) is known color: Maire. HEX triplet: 2C, 23 and 07. RGB value is (44,35,7). Sum of RGB (Red+Green+Blue) = 44+35+7=86 (11% of max value = 765). Red value is 44 (17.58% from 255 or 51.16% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2307 is #D3DCF8. Grayscale: #222222. Windows color (decimal): -13884665 or 467756. OLE color: 467756.
HSL color Cylindrical-coordinate representation of color #2C2307: hue angle of 45.41º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C2307 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 35 | 7 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.83 |
| HSL | 45.41º | 0.73% | 0.1% | - |
| HSV(B) | 45.41º | 0.84% | 0.17% | - |
| XYZ | 1.68 | 1.75 | 0.45 | - |
| YUV | 34.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 7 | 0 | 0.20 | 0.84 | 0.83 | 45.41 | 0.73 | 0.1 |
| Hex | 2C | 23 | 7 | 0 | 14 | 54 | 53 | 2D | 49 | A |
| Octal | 54 | 43 | 7 | 0 | 24 | 124 | 123 | 55 | 111 | 12 |
| Binary | 101100 | 100011 | 111 | 0 | 10100 | 1010100 | 1010011 | 101101 | 1001001 | 1010 |
Color Harmonies of #2C2307
Complementary color
Monochromatic Colors of #2C2307
Black with #2C2307
Text Example
Text Example
White with #2C2307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2307; }
p { color: rgb(44,35,7); }
H1.HeaderClassName
{
color: #2C2307;
}
.AnyTagClassName
{
color: #2C2307;
}
</style>
background-color css
<style>
a { background-color: #2C2307; }
a { background-color: rgb(44,35,7); }
div.DivClassName
{
background-color: #2C2307;
}
.BgClassName
{
background-color: #2C2307;
}
</style>
border-color css
<style>
span { border-color: #2C2307; }
span { border-color: rgb(44,35,7); }
td.TdClassName
{
border-color: #2C2307;
}
.TagClassName
{
border-color: #2C2307;
}
</style>