Shades of Maire #342E12
Tints of Maire #342E12
RGB
CMYK
RGB Variations
Color information
#342E12 (or 0x342E12) is known color: Maire. HEX triplet: 34, 2E and 12. RGB value is (52,46,18). Sum of RGB (Red+Green+Blue) = 52+46+18=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #342E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342E12 is #CBD1ED. Grayscale: #2C2C2C. Windows color (decimal): -13357550 or 1191476. OLE color: 1191476.
HSL color Cylindrical-coordinate representation of color #342E12: hue angle of 49.41º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #342E12 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 46 | 18 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.80 |
| HSL | 49.41º | 0.49% | 0.14% | - |
| HSV(B) | 49.41º | 0.65% | 0.2% | - |
| XYZ | 2.5 | 2.73 | 0.97 | - |
| YUV | 44.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 18 | 0 | 0.12 | 0.65 | 0.80 | 49.41 | 0.49 | 0.14 |
| Hex | 34 | 2E | 12 | 0 | C | 41 | 50 | 31 | 31 | E |
| Octal | 64 | 56 | 22 | 0 | 14 | 101 | 120 | 61 | 61 | 16 |
| Binary | 110100 | 101110 | 10010 | 0 | 1100 | 1000001 | 1010000 | 110001 | 110001 | 1110 |
Color Harmonies of #342E12
Complementary color
Monochromatic Colors of #342E12
Black with #342E12
Text Example
Text Example
White with #342E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E12; }
p { color: rgb(52,46,18); }
H1.HeaderClassName
{
color: #342E12;
}
.AnyTagClassName
{
color: #342E12;
}
</style>
background-color css
<style>
a { background-color: #342E12; }
a { background-color: rgb(52,46,18); }
div.DivClassName
{
background-color: #342E12;
}
.BgClassName
{
background-color: #342E12;
}
</style>
border-color css
<style>
span { border-color: #342E12; }
span { border-color: rgb(52,46,18); }
td.TdClassName
{
border-color: #342E12;
}
.TagClassName
{
border-color: #342E12;
}
</style>