Shades of Maire #322E17
Tints of Maire #322E17
RGB
CMYK
RGB Variations
Color information
#322E17 (or 0x322E17) is known color: Maire. HEX triplet: 32, 2E and 17. RGB value is (50,46,23). Sum of RGB (Red+Green+Blue) = 50+46+23=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #322E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322E17 is #CDD1E8. Grayscale: #2C2C2C. Windows color (decimal): -13488617 or 1519154. OLE color: 1519154.
HSL color Cylindrical-coordinate representation of color #322E17: hue angle of 51.11º 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 #322E17 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 46 | 23 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.80 |
| HSL | 51.11º | 0.37% | 0.14% | - |
| HSV(B) | 51.11º | 0.54% | 0.2% | - |
| XYZ | 2.45 | 2.69 | 1.2 | - |
| YUV | 44.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 23 | 0 | 0.08 | 0.54 | 0.80 | 51.11 | 0.37 | 0.14 |
| Hex | 32 | 2E | 17 | 0 | 8 | 36 | 50 | 33 | 25 | E |
| Octal | 62 | 56 | 27 | 0 | 10 | 66 | 120 | 63 | 45 | 16 |
| Binary | 110010 | 101110 | 10111 | 0 | 1000 | 110110 | 1010000 | 110011 | 100101 | 1110 |
Color Harmonies of #322E17
Complementary color
Monochromatic Colors of #322E17
Black with #322E17
Text Example
Text Example
White with #322E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E17; }
p { color: rgb(50,46,23); }
H1.HeaderClassName
{
color: #322E17;
}
.AnyTagClassName
{
color: #322E17;
}
</style>
background-color css
<style>
a { background-color: #322E17; }
a { background-color: rgb(50,46,23); }
div.DivClassName
{
background-color: #322E17;
}
.BgClassName
{
background-color: #322E17;
}
</style>
border-color css
<style>
span { border-color: #322E17; }
span { border-color: rgb(50,46,23); }
td.TdClassName
{
border-color: #322E17;
}
.TagClassName
{
border-color: #322E17;
}
</style>