Shades of Maire #342C0A
Tints of Maire #342C0A
RGB
CMYK
RGB Variations
Color information
#342C0A (or 0x342C0A) is known color: Maire. HEX triplet: 34, 2C and 0A. RGB value is (52,44,10). Sum of RGB (Red+Green+Blue) = 52+44+10=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #342C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342C0A is #CBD3F5. Grayscale: #2A2A2A. Windows color (decimal): -13358070 or 666676. OLE color: 666676.
HSL color Cylindrical-coordinate representation of color #342C0A: hue angle of 48.57º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #342C0A is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 44 | 10 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.80 |
| HSL | 48.57º | 0.68% | 0.12% | - |
| HSV(B) | 48.57º | 0.81% | 0.2% | - |
| XYZ | 2.37 | 2.55 | 0.66 | - |
| YUV | 42.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 10 | 0 | 0.15 | 0.81 | 0.80 | 48.57 | 0.68 | 0.12 |
| Hex | 34 | 2C | A | 0 | F | 51 | 50 | 31 | 44 | C |
| Octal | 64 | 54 | 12 | 0 | 17 | 121 | 120 | 61 | 104 | 14 |
| Binary | 110100 | 101100 | 1010 | 0 | 1111 | 1010001 | 1010000 | 110001 | 1000100 | 1100 |
Color Harmonies of #342C0A
Complementary color
Monochromatic Colors of #342C0A
Black with #342C0A
Text Example
Text Example
White with #342C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342C0A; }
p { color: rgb(52,44,10); }
H1.HeaderClassName
{
color: #342C0A;
}
.AnyTagClassName
{
color: #342C0A;
}
</style>
background-color css
<style>
a { background-color: #342C0A; }
a { background-color: rgb(52,44,10); }
div.DivClassName
{
background-color: #342C0A;
}
.BgClassName
{
background-color: #342C0A;
}
</style>
border-color css
<style>
span { border-color: #342C0A; }
span { border-color: rgb(52,44,10); }
td.TdClassName
{
border-color: #342C0A;
}
.TagClassName
{
border-color: #342C0A;
}
</style>