Shades of Maire #332C0E
Tints of Maire #332C0E
RGB
CMYK
RGB Variations
Color information
#332C0E (or 0x332C0E) is known color: Maire. HEX triplet: 33, 2C and 0E. RGB value is (51,44,14). Sum of RGB (Red+Green+Blue) = 51+44+14=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #332C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332C0E is #CCD3F1. Grayscale: #2A2A2A. Windows color (decimal): -13423602 or 928819. OLE color: 928819.
HSL color Cylindrical-coordinate representation of color #332C0E: hue angle of 48.65º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332C0E is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 44 | 14 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.8 |
| HSL | 48.65º | 0.57% | 0.13% | - |
| HSV(B) | 48.65º | 0.73% | 0.2% | - |
| XYZ | 2.35 | 2.54 | 0.78 | - |
| YUV | 42.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 14 | 0 | 0.14 | 0.73 | 0.8 | 48.65 | 0.57 | 0.13 |
| Hex | 33 | 2C | E | 0 | E | 49 | 50 | 31 | 39 | D |
| Octal | 63 | 54 | 16 | 0 | 16 | 111 | 120 | 61 | 71 | 15 |
| Binary | 110011 | 101100 | 1110 | 0 | 1110 | 1001001 | 1010000 | 110001 | 111001 | 1101 |
Color Harmonies of #332C0E
Complementary color
Monochromatic Colors of #332C0E
Black with #332C0E
Text Example
Text Example
White with #332C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C0E; }
p { color: rgb(51,44,14); }
H1.HeaderClassName
{
color: #332C0E;
}
.AnyTagClassName
{
color: #332C0E;
}
</style>
background-color css
<style>
a { background-color: #332C0E; }
a { background-color: rgb(51,44,14); }
div.DivClassName
{
background-color: #332C0E;
}
.BgClassName
{
background-color: #332C0E;
}
</style>
border-color css
<style>
span { border-color: #332C0E; }
span { border-color: rgb(51,44,14); }
td.TdClassName
{
border-color: #332C0E;
}
.TagClassName
{
border-color: #332C0E;
}
</style>