Shades of Maire #342D15
Tints of Maire #342D15
RGB
CMYK
RGB Variations
Color information
#342D15 (or 0x342D15) is known color: Maire. HEX triplet: 34, 2D and 15. RGB value is (52,45,21). Sum of RGB (Red+Green+Blue) = 52+45+21=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #342D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342D15 is #CBD2EA. Grayscale: #2C2C2C. Windows color (decimal): -13357803 or 1387828. OLE color: 1387828.
HSL color Cylindrical-coordinate representation of color #342D15: hue angle of 46.45º 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 #342D15 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 45 | 21 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.80 |
| HSL | 46.45º | 0.42% | 0.14% | - |
| HSV(B) | 46.45º | 0.6% | 0.2% | - |
| XYZ | 2.49 | 2.66 | 1.09 | - |
| YUV | 44.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 21 | 0 | 0.13 | 0.60 | 0.80 | 46.45 | 0.42 | 0.14 |
| Hex | 34 | 2D | 15 | 0 | D | 3C | 50 | 2E | 2A | E |
| Octal | 64 | 55 | 25 | 0 | 15 | 74 | 120 | 56 | 52 | 16 |
| Binary | 110100 | 101101 | 10101 | 0 | 1101 | 111100 | 1010000 | 101110 | 101010 | 1110 |
Color Harmonies of #342D15
Complementary color
Monochromatic Colors of #342D15
Black with #342D15
Text Example
Text Example
White with #342D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342D15; }
p { color: rgb(52,45,21); }
H1.HeaderClassName
{
color: #342D15;
}
.AnyTagClassName
{
color: #342D15;
}
</style>
background-color css
<style>
a { background-color: #342D15; }
a { background-color: rgb(52,45,21); }
div.DivClassName
{
background-color: #342D15;
}
.BgClassName
{
background-color: #342D15;
}
</style>
border-color css
<style>
span { border-color: #342D15; }
span { border-color: rgb(52,45,21); }
td.TdClassName
{
border-color: #342D15;
}
.TagClassName
{
border-color: #342D15;
}
</style>