Shades of Maire #342E0C
Tints of Maire #342E0C
RGB
CMYK
RGB Variations
Color information
#342E0C (or 0x342E0C) is known color: Maire. HEX triplet: 34, 2E and 0C. RGB value is (52,46,12). Sum of RGB (Red+Green+Blue) = 52+46+12=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #342E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342E0C is #CBD1F3. Grayscale: #2C2C2C. Windows color (decimal): -13357556 or 798260. OLE color: 798260.
HSL color Cylindrical-coordinate representation of color #342E0C: hue angle of 51º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342E0C is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 46 | 12 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.80 |
| HSL | 51º | 0.63% | 0.13% | - |
| HSV(B) | 51º | 0.77% | 0.2% | - |
| XYZ | 2.46 | 2.71 | 0.74 | - |
| YUV | 43.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 12 | 0 | 0.12 | 0.77 | 0.80 | 51 | 0.63 | 0.13 |
| Hex | 34 | 2E | C | 0 | C | 4D | 50 | 33 | 3E | D |
| Octal | 64 | 56 | 14 | 0 | 14 | 115 | 120 | 63 | 76 | 15 |
| Binary | 110100 | 101110 | 1100 | 0 | 1100 | 1001101 | 1010000 | 110011 | 111110 | 1101 |
Color Harmonies of #342E0C
Complementary color
Monochromatic Colors of #342E0C
Black with #342E0C
Text Example
Text Example
White with #342E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E0C; }
p { color: rgb(52,46,12); }
H1.HeaderClassName
{
color: #342E0C;
}
.AnyTagClassName
{
color: #342E0C;
}
</style>
background-color css
<style>
a { background-color: #342E0C; }
a { background-color: rgb(52,46,12); }
div.DivClassName
{
background-color: #342E0C;
}
.BgClassName
{
background-color: #342E0C;
}
</style>
border-color css
<style>
span { border-color: #342E0C; }
span { border-color: rgb(52,46,12); }
td.TdClassName
{
border-color: #342E0C;
}
.TagClassName
{
border-color: #342E0C;
}
</style>