Shades of Maire #342E15
Tints of Maire #342E15
RGB
CMYK
RGB Variations
Color information
#342E15 (or 0x342E15) is known color: Maire. HEX triplet: 34, 2E and 15. RGB value is (52,46,21). Sum of RGB (Red+Green+Blue) = 52+46+21=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #342E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342E15 is #CBD1EA. Grayscale: #2D2D2D. Windows color (decimal): -13357547 or 1388084. OLE color: 1388084.
HSL color Cylindrical-coordinate representation of color #342E15: hue angle of 48.39º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #342E15 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 46 | 21 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.80 |
| HSL | 48.39º | 0.42% | 0.14% | - |
| HSV(B) | 48.39º | 0.6% | 0.2% | - |
| XYZ | 2.53 | 2.74 | 1.1 | - |
| YUV | 44.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 21 | 0 | 0.12 | 0.60 | 0.80 | 48.39 | 0.42 | 0.14 |
| Hex | 34 | 2E | 15 | 0 | C | 3C | 50 | 30 | 2A | E |
| Octal | 64 | 56 | 25 | 0 | 14 | 74 | 120 | 60 | 52 | 16 |
| Binary | 110100 | 101110 | 10101 | 0 | 1100 | 111100 | 1010000 | 110000 | 101010 | 1110 |
Color Harmonies of #342E15
Complementary color
Monochromatic Colors of #342E15
Black with #342E15
Text Example
Text Example
White with #342E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E15; }
p { color: rgb(52,46,21); }
H1.HeaderClassName
{
color: #342E15;
}
.AnyTagClassName
{
color: #342E15;
}
</style>
background-color css
<style>
a { background-color: #342E15; }
a { background-color: rgb(52,46,21); }
div.DivClassName
{
background-color: #342E15;
}
.BgClassName
{
background-color: #342E15;
}
</style>
border-color css
<style>
span { border-color: #342E15; }
span { border-color: rgb(52,46,21); }
td.TdClassName
{
border-color: #342E15;
}
.TagClassName
{
border-color: #342E15;
}
</style>