Shades of Maire #322C14
Tints of Maire #322C14
RGB
CMYK
RGB Variations
Color information
#322C14 (or 0x322C14) is known color: Maire. HEX triplet: 32, 2C and 14. RGB value is (50,44,20). Sum of RGB (Red+Green+Blue) = 50+44+20=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #322C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322C14 is #CDD3EB. Grayscale: #2B2B2B. Windows color (decimal): -13489132 or 1322034. OLE color: 1322034.
HSL color Cylindrical-coordinate representation of color #322C14: hue angle of 48º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322C14 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 20 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.80 |
| HSL | 48º | 0.43% | 0.14% | - |
| HSV(B) | 48º | 0.6% | 0.2% | - |
| XYZ | 2.34 | 2.53 | 1.03 | - |
| YUV | 43.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 20 | 0 | 0.12 | 0.60 | 0.80 | 48 | 0.43 | 0.14 |
| Hex | 32 | 2C | 14 | 0 | C | 3C | 50 | 30 | 2B | E |
| Octal | 62 | 54 | 24 | 0 | 14 | 74 | 120 | 60 | 53 | 16 |
| Binary | 110010 | 101100 | 10100 | 0 | 1100 | 111100 | 1010000 | 110000 | 101011 | 1110 |
Color Harmonies of #322C14
Complementary color
Monochromatic Colors of #322C14
Black with #322C14
Text Example
Text Example
White with #322C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C14; }
p { color: rgb(50,44,20); }
H1.HeaderClassName
{
color: #322C14;
}
.AnyTagClassName
{
color: #322C14;
}
</style>
background-color css
<style>
a { background-color: #322C14; }
a { background-color: rgb(50,44,20); }
div.DivClassName
{
background-color: #322C14;
}
.BgClassName
{
background-color: #322C14;
}
</style>
border-color css
<style>
span { border-color: #322C14; }
span { border-color: rgb(50,44,20); }
td.TdClassName
{
border-color: #322C14;
}
.TagClassName
{
border-color: #322C14;
}
</style>