Shades of Maire #342D00
Tints of Maire #342D00
RGB
CMYK
RGB Variations
Color information
#342D00 (or 0x342D00) is known color: Maire. HEX triplet: 34, 2D and 00. RGB value is (52,45,0). Sum of RGB (Red+Green+Blue) = 52+45+0=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 45 (17.97% from 255 or 46.39% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #342D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342D00 is #CBD2FF. Grayscale: #2A2A2A. Windows color (decimal): -13357824 or 11572. OLE color: 11572.
HSL color Cylindrical-coordinate representation of color #342D00: hue angle of 51.92º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #342D00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 45 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.80 |
| HSL | 51.92º | 1% | 0.1% | - |
| HSV(B) | 51.92º | 1% | 0.2% | - |
| XYZ | 2.35 | 2.61 | 0.38 | - |
| YUV | 41.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 0 | 0 | 0.13 | 1 | 0.80 | 51.92 | 1 | 0.1 |
| Hex | 34 | 2D | 0 | 0 | D | 64 | 50 | 34 | 64 | A |
| Octal | 64 | 55 | 0 | 0 | 15 | 144 | 120 | 64 | 144 | 12 |
| Binary | 110100 | 101101 | 0 | 0 | 1101 | 1100100 | 1010000 | 110100 | 1100100 | 1010 |
Color Harmonies of #342D00
Complementary color
Monochromatic Colors of #342D00
Black with #342D00
Text Example
Text Example
White with #342D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342D00; }
p { color: rgb(52,45,0); }
H1.HeaderClassName
{
color: #342D00;
}
.AnyTagClassName
{
color: #342D00;
}
</style>
background-color css
<style>
a { background-color: #342D00; }
a { background-color: rgb(52,45,0); }
div.DivClassName
{
background-color: #342D00;
}
.BgClassName
{
background-color: #342D00;
}
</style>
border-color css
<style>
span { border-color: #342D00; }
span { border-color: rgb(52,45,0); }
td.TdClassName
{
border-color: #342D00;
}
.TagClassName
{
border-color: #342D00;
}
</style>