Shades of Maire #34310E
Tints of Maire #34310E
RGB
CMYK
RGB Variations
Color information
#34310E (or 0x34310E) is known color: Maire. HEX triplet: 34, 31 and 0E. RGB value is (52,49,14). Sum of RGB (Red+Green+Blue) = 52+49+14=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #34310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34310E is #CBCEF1. Grayscale: #2E2E2E. Windows color (decimal): -13356786 or 930100. OLE color: 930100.
HSL color Cylindrical-coordinate representation of color #34310E: hue angle of 55.26º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34310E is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 49 | 14 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.80 |
| HSL | 55.26º | 0.58% | 0.13% | - |
| HSV(B) | 55.26º | 0.73% | 0.2% | - |
| XYZ | 2.59 | 2.96 | 0.85 | - |
| YUV | 45.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 14 | 0 | 0.06 | 0.73 | 0.80 | 55.26 | 0.58 | 0.13 |
| Hex | 34 | 31 | E | 0 | 6 | 49 | 50 | 37 | 3A | D |
| Octal | 64 | 61 | 16 | 0 | 6 | 111 | 120 | 67 | 72 | 15 |
| Binary | 110100 | 110001 | 1110 | 0 | 110 | 1001001 | 1010000 | 110111 | 111010 | 1101 |
Color Harmonies of #34310E
Complementary color
Monochromatic Colors of #34310E
Black with #34310E
Text Example
Text Example
White with #34310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34310E; }
p { color: rgb(52,49,14); }
H1.HeaderClassName
{
color: #34310E;
}
.AnyTagClassName
{
color: #34310E;
}
</style>
background-color css
<style>
a { background-color: #34310E; }
a { background-color: rgb(52,49,14); }
div.DivClassName
{
background-color: #34310E;
}
.BgClassName
{
background-color: #34310E;
}
</style>
border-color css
<style>
span { border-color: #34310E; }
span { border-color: rgb(52,49,14); }
td.TdClassName
{
border-color: #34310E;
}
.TagClassName
{
border-color: #34310E;
}
</style>