Shades of Maire #342F17
Tints of Maire #342F17
RGB
CMYK
RGB Variations
Color information
#342F17 (or 0x342F17) is known color: Maire. HEX triplet: 34, 2F and 17. RGB value is (52,47,23). Sum of RGB (Red+Green+Blue) = 52+47+23=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #342F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342F17 is #CBD0E8. Grayscale: #2D2D2D. Windows color (decimal): -13357289 or 1519412. OLE color: 1519412.
HSL color Cylindrical-coordinate representation of color #342F17: hue angle of 49.66º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #342F17 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 23 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.80 |
| HSL | 49.66º | 0.39% | 0.15% | - |
| HSV(B) | 49.66º | 0.56% | 0.2% | - |
| XYZ | 2.59 | 2.82 | 1.22 | - |
| YUV | 45.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 23 | 0 | 0.10 | 0.56 | 0.80 | 49.66 | 0.39 | 0.15 |
| Hex | 34 | 2F | 17 | 0 | A | 38 | 50 | 32 | 27 | F |
| Octal | 64 | 57 | 27 | 0 | 12 | 70 | 120 | 62 | 47 | 17 |
| Binary | 110100 | 101111 | 10111 | 0 | 1010 | 111000 | 1010000 | 110010 | 100111 | 1111 |
Color Harmonies of #342F17
Complementary color
Monochromatic Colors of #342F17
Black with #342F17
Text Example
Text Example
White with #342F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F17; }
p { color: rgb(52,47,23); }
H1.HeaderClassName
{
color: #342F17;
}
.AnyTagClassName
{
color: #342F17;
}
</style>
background-color css
<style>
a { background-color: #342F17; }
a { background-color: rgb(52,47,23); }
div.DivClassName
{
background-color: #342F17;
}
.BgClassName
{
background-color: #342F17;
}
</style>
border-color css
<style>
span { border-color: #342F17; }
span { border-color: rgb(52,47,23); }
td.TdClassName
{
border-color: #342F17;
}
.TagClassName
{
border-color: #342F17;
}
</style>