Shades of Maire #322C17
Tints of Maire #322C17
RGB
CMYK
RGB Variations
Color information
#322C17 (or 0x322C17) is known color: Maire. HEX triplet: 32, 2C and 17. RGB value is (50,44,23). Sum of RGB (Red+Green+Blue) = 50+44+23=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #322C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322C17 is #CDD3E8. Grayscale: #2B2B2B. Windows color (decimal): -13489129 or 1518642. OLE color: 1518642.
HSL color Cylindrical-coordinate representation of color #322C17: hue angle of 46.67º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #322C17 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 23 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.80 |
| HSL | 46.67º | 0.37% | 0.14% | - |
| HSV(B) | 46.67º | 0.54% | 0.2% | - |
| XYZ | 2.37 | 2.54 | 1.18 | - |
| YUV | 43.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 23 | 0 | 0.12 | 0.54 | 0.80 | 46.67 | 0.37 | 0.14 |
| Hex | 32 | 2C | 17 | 0 | C | 36 | 50 | 2F | 25 | E |
| Octal | 62 | 54 | 27 | 0 | 14 | 66 | 120 | 57 | 45 | 16 |
| Binary | 110010 | 101100 | 10111 | 0 | 1100 | 110110 | 1010000 | 101111 | 100101 | 1110 |
Color Harmonies of #322C17
Complementary color
Monochromatic Colors of #322C17
Black with #322C17
Text Example
Text Example
White with #322C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C17; }
p { color: rgb(50,44,23); }
H1.HeaderClassName
{
color: #322C17;
}
.AnyTagClassName
{
color: #322C17;
}
</style>
background-color css
<style>
a { background-color: #322C17; }
a { background-color: rgb(50,44,23); }
div.DivClassName
{
background-color: #322C17;
}
.BgClassName
{
background-color: #322C17;
}
</style>
border-color css
<style>
span { border-color: #322C17; }
span { border-color: rgb(50,44,23); }
td.TdClassName
{
border-color: #322C17;
}
.TagClassName
{
border-color: #322C17;
}
</style>