Shades of Maire #342E11
Tints of Maire #342E11
RGB
CMYK
RGB Variations
Color information
#342E11 (or 0x342E11) is known color: Maire. HEX triplet: 34, 2E and 11. RGB value is (52,46,17). Sum of RGB (Red+Green+Blue) = 52+46+17=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #342E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342E11 is #CBD1EE. Grayscale: #2C2C2C. Windows color (decimal): -13357551 or 1125940. OLE color: 1125940.
HSL color Cylindrical-coordinate representation of color #342E11: hue angle of 49.71º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #342E11 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 46 | 17 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.80 |
| HSL | 49.71º | 0.51% | 0.14% | - |
| HSV(B) | 49.71º | 0.67% | 0.2% | - |
| XYZ | 2.49 | 2.72 | 0.92 | - |
| YUV | 44.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 17 | 0 | 0.12 | 0.67 | 0.80 | 49.71 | 0.51 | 0.14 |
| Hex | 34 | 2E | 11 | 0 | C | 43 | 50 | 32 | 33 | E |
| Octal | 64 | 56 | 21 | 0 | 14 | 103 | 120 | 62 | 63 | 16 |
| Binary | 110100 | 101110 | 10001 | 0 | 1100 | 1000011 | 1010000 | 110010 | 110011 | 1110 |
Color Harmonies of #342E11
Complementary color
Monochromatic Colors of #342E11
Black with #342E11
Text Example
Text Example
White with #342E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E11; }
p { color: rgb(52,46,17); }
H1.HeaderClassName
{
color: #342E11;
}
.AnyTagClassName
{
color: #342E11;
}
</style>
background-color css
<style>
a { background-color: #342E11; }
a { background-color: rgb(52,46,17); }
div.DivClassName
{
background-color: #342E11;
}
.BgClassName
{
background-color: #342E11;
}
</style>
border-color css
<style>
span { border-color: #342E11; }
span { border-color: rgb(52,46,17); }
td.TdClassName
{
border-color: #342E11;
}
.TagClassName
{
border-color: #342E11;
}
</style>