Shades of Maire #342C04
Tints of Maire #342C04
RGB
CMYK
RGB Variations
Color information
#342C04 (or 0x342C04) is known color: Maire. HEX triplet: 34, 2C and 04. RGB value is (52,44,4). Sum of RGB (Red+Green+Blue) = 52+44+4=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 44 (17.58% from 255 or 44% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #342C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342C04 is #CBD3FB. Grayscale: #292929. Windows color (decimal): -13358076 or 273460. OLE color: 273460.
HSL color Cylindrical-coordinate representation of color #342C04: hue angle of 50º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #342C04 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 44 | 4 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.80 |
| HSL | 50º | 0.86% | 0.11% | - |
| HSV(B) | 50º | 0.92% | 0.2% | - |
| XYZ | 2.34 | 2.54 | 0.48 | - |
| YUV | 41.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 4 | 0 | 0.15 | 0.92 | 0.80 | 50 | 0.86 | 0.11 |
| Hex | 34 | 2C | 4 | 0 | F | 5C | 50 | 32 | 56 | B |
| Octal | 64 | 54 | 4 | 0 | 17 | 134 | 120 | 62 | 126 | 13 |
| Binary | 110100 | 101100 | 100 | 0 | 1111 | 1011100 | 1010000 | 110010 | 1010110 | 1011 |
Color Harmonies of #342C04
Complementary color
Monochromatic Colors of #342C04
Black with #342C04
Text Example
Text Example
White with #342C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342C04; }
p { color: rgb(52,44,4); }
H1.HeaderClassName
{
color: #342C04;
}
.AnyTagClassName
{
color: #342C04;
}
</style>
background-color css
<style>
a { background-color: #342C04; }
a { background-color: rgb(52,44,4); }
div.DivClassName
{
background-color: #342C04;
}
.BgClassName
{
background-color: #342C04;
}
</style>
border-color css
<style>
span { border-color: #342C04; }
span { border-color: rgb(52,44,4); }
td.TdClassName
{
border-color: #342C04;
}
.TagClassName
{
border-color: #342C04;
}
</style>