Shades of Maire #322D12
Tints of Maire #322D12
RGB
CMYK
RGB Variations
Color information
#322D12 (or 0x322D12) is known color: Maire. HEX triplet: 32, 2D and 12. RGB value is (50,45,18). Sum of RGB (Red+Green+Blue) = 50+45+18=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #322D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322D12 is #CDD2ED. Grayscale: #2B2B2B. Windows color (decimal): -13488878 or 1191218. OLE color: 1191218.
HSL color Cylindrical-coordinate representation of color #322D12: hue angle of 50.62º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #322D12 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 45 | 18 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.80 |
| HSL | 50.63º | 0.47% | 0.13% | - |
| HSV(B) | 50.63º | 0.64% | 0.2% | - |
| XYZ | 2.36 | 2.6 | 0.95 | - |
| YUV | 43.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 18 | 0 | 0.10 | 0.64 | 0.80 | 50.63 | 0.47 | 0.13 |
| Hex | 32 | 2D | 12 | 0 | A | 40 | 50 | 33 | 2F | D |
| Octal | 62 | 55 | 22 | 0 | 12 | 100 | 120 | 63 | 57 | 15 |
| Binary | 110010 | 101101 | 10010 | 0 | 1010 | 1000000 | 1010000 | 110011 | 101111 | 1101 |
Color Harmonies of #322D12
Complementary color
Monochromatic Colors of #322D12
Black with #322D12
Text Example
Text Example
White with #322D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D12; }
p { color: rgb(50,45,18); }
H1.HeaderClassName
{
color: #322D12;
}
.AnyTagClassName
{
color: #322D12;
}
</style>
background-color css
<style>
a { background-color: #322D12; }
a { background-color: rgb(50,45,18); }
div.DivClassName
{
background-color: #322D12;
}
.BgClassName
{
background-color: #322D12;
}
</style>
border-color css
<style>
span { border-color: #322D12; }
span { border-color: rgb(50,45,18); }
td.TdClassName
{
border-color: #322D12;
}
.TagClassName
{
border-color: #322D12;
}
</style>