Shades of Maire #342F12
Tints of Maire #342F12
RGB
CMYK
RGB Variations
Color information
#342F12 (or 0x342F12) is known color: Maire. HEX triplet: 34, 2F and 12. RGB value is (52,47,18). Sum of RGB (Red+Green+Blue) = 52+47+18=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #342F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342F12 is #CBD0ED. Grayscale: #2D2D2D. Windows color (decimal): -13357294 or 1191732. OLE color: 1191732.
HSL color Cylindrical-coordinate representation of color #342F12: hue angle of 51.18º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #342F12 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 18 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.80 |
| HSL | 51.18º | 0.49% | 0.14% | - |
| HSV(B) | 51.18º | 0.65% | 0.2% | - |
| XYZ | 2.54 | 2.81 | 0.98 | - |
| YUV | 45.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 18 | 0 | 0.10 | 0.65 | 0.80 | 51.18 | 0.49 | 0.14 |
| Hex | 34 | 2F | 12 | 0 | A | 41 | 50 | 33 | 31 | E |
| Octal | 64 | 57 | 22 | 0 | 12 | 101 | 120 | 63 | 61 | 16 |
| Binary | 110100 | 101111 | 10010 | 0 | 1010 | 1000001 | 1010000 | 110011 | 110001 | 1110 |
Color Harmonies of #342F12
Complementary color
Monochromatic Colors of #342F12
Black with #342F12
Text Example
Text Example
White with #342F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F12; }
p { color: rgb(52,47,18); }
H1.HeaderClassName
{
color: #342F12;
}
.AnyTagClassName
{
color: #342F12;
}
</style>
background-color css
<style>
a { background-color: #342F12; }
a { background-color: rgb(52,47,18); }
div.DivClassName
{
background-color: #342F12;
}
.BgClassName
{
background-color: #342F12;
}
</style>
border-color css
<style>
span { border-color: #342F12; }
span { border-color: rgb(52,47,18); }
td.TdClassName
{
border-color: #342F12;
}
.TagClassName
{
border-color: #342F12;
}
</style>