Shades of Maire #342E0D
Tints of Maire #342E0D
RGB
CMYK
RGB Variations
Color information
#342E0D (or 0x342E0D) is known color: Maire. HEX triplet: 34, 2E and 0D. RGB value is (52,46,13). Sum of RGB (Red+Green+Blue) = 52+46+13=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 46 (18.36% from 255 or 41.44% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #342E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342E0D is #CBD1F2. Grayscale: #2C2C2C. Windows color (decimal): -13357555 or 863796. OLE color: 863796.
HSL color Cylindrical-coordinate representation of color #342E0D: hue angle of 50.77º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #342E0D is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 46 | 13 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.80 |
| HSL | 50.77º | 0.6% | 0.13% | - |
| HSV(B) | 50.77º | 0.75% | 0.2% | - |
| XYZ | 2.47 | 2.71 | 0.77 | - |
| YUV | 44.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 13 | 0 | 0.12 | 0.75 | 0.80 | 50.77 | 0.6 | 0.13 |
| Hex | 34 | 2E | D | 0 | C | 4B | 50 | 33 | 3C | D |
| Octal | 64 | 56 | 15 | 0 | 14 | 113 | 120 | 63 | 74 | 15 |
| Binary | 110100 | 101110 | 1101 | 0 | 1100 | 1001011 | 1010000 | 110011 | 111100 | 1101 |
Color Harmonies of #342E0D
Complementary color
Monochromatic Colors of #342E0D
Black with #342E0D
Text Example
Text Example
White with #342E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E0D; }
p { color: rgb(52,46,13); }
H1.HeaderClassName
{
color: #342E0D;
}
.AnyTagClassName
{
color: #342E0D;
}
</style>
background-color css
<style>
a { background-color: #342E0D; }
a { background-color: rgb(52,46,13); }
div.DivClassName
{
background-color: #342E0D;
}
.BgClassName
{
background-color: #342E0D;
}
</style>
border-color css
<style>
span { border-color: #342E0D; }
span { border-color: rgb(52,46,13); }
td.TdClassName
{
border-color: #342E0D;
}
.TagClassName
{
border-color: #342E0D;
}
</style>