Shades of Maire #342F10
Tints of Maire #342F10
RGB
CMYK
RGB Variations
Color information
#342F10 (or 0x342F10) is known color: Maire. HEX triplet: 34, 2F and 10. RGB value is (52,47,16). Sum of RGB (Red+Green+Blue) = 52+47+16=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #342F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342F10 is #CBD0EF. Grayscale: #2D2D2D. Windows color (decimal): -13357296 or 1060660. OLE color: 1060660.
HSL color Cylindrical-coordinate representation of color #342F10: hue angle of 51.67º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #342F10 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 16 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.80 |
| HSL | 51.67º | 0.53% | 0.13% | - |
| HSV(B) | 51.67º | 0.69% | 0.2% | - |
| XYZ | 2.53 | 2.8 | 0.9 | - |
| YUV | 44.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 16 | 0 | 0.10 | 0.69 | 0.80 | 51.67 | 0.53 | 0.13 |
| Hex | 34 | 2F | 10 | 0 | A | 45 | 50 | 34 | 35 | D |
| Octal | 64 | 57 | 20 | 0 | 12 | 105 | 120 | 64 | 65 | 15 |
| Binary | 110100 | 101111 | 10000 | 0 | 1010 | 1000101 | 1010000 | 110100 | 110101 | 1101 |
Color Harmonies of #342F10
Complementary color
Monochromatic Colors of #342F10
Black with #342F10
Text Example
Text Example
White with #342F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F10; }
p { color: rgb(52,47,16); }
H1.HeaderClassName
{
color: #342F10;
}
.AnyTagClassName
{
color: #342F10;
}
</style>
background-color css
<style>
a { background-color: #342F10; }
a { background-color: rgb(52,47,16); }
div.DivClassName
{
background-color: #342F10;
}
.BgClassName
{
background-color: #342F10;
}
</style>
border-color css
<style>
span { border-color: #342F10; }
span { border-color: rgb(52,47,16); }
td.TdClassName
{
border-color: #342F10;
}
.TagClassName
{
border-color: #342F10;
}
</style>