Shades of Maire #342E13
Tints of Maire #342E13
RGB
CMYK
RGB Variations
Color information
#342E13 (or 0x342E13) is known color: Maire. HEX triplet: 34, 2E and 13. RGB value is (52,46,19). Sum of RGB (Red+Green+Blue) = 52+46+19=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #342E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342E13 is #CBD1EC. Grayscale: #2C2C2C. Windows color (decimal): -13357549 or 1257012. OLE color: 1257012.
HSL color Cylindrical-coordinate representation of color #342E13: hue angle of 49.09º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #342E13 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 46 | 19 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.80 |
| HSL | 49.09º | 0.46% | 0.14% | - |
| HSV(B) | 49.09º | 0.63% | 0.2% | - |
| XYZ | 2.51 | 2.73 | 1.01 | - |
| YUV | 44.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 19 | 0 | 0.12 | 0.63 | 0.80 | 49.09 | 0.46 | 0.14 |
| Hex | 34 | 2E | 13 | 0 | C | 3F | 50 | 31 | 2E | E |
| Octal | 64 | 56 | 23 | 0 | 14 | 77 | 120 | 61 | 56 | 16 |
| Binary | 110100 | 101110 | 10011 | 0 | 1100 | 111111 | 1010000 | 110001 | 101110 | 1110 |
Color Harmonies of #342E13
Complementary color
Monochromatic Colors of #342E13
Black with #342E13
Text Example
Text Example
White with #342E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E13; }
p { color: rgb(52,46,19); }
H1.HeaderClassName
{
color: #342E13;
}
.AnyTagClassName
{
color: #342E13;
}
</style>
background-color css
<style>
a { background-color: #342E13; }
a { background-color: rgb(52,46,19); }
div.DivClassName
{
background-color: #342E13;
}
.BgClassName
{
background-color: #342E13;
}
</style>
border-color css
<style>
span { border-color: #342E13; }
span { border-color: rgb(52,46,19); }
td.TdClassName
{
border-color: #342E13;
}
.TagClassName
{
border-color: #342E13;
}
</style>