Shades of Maire #34310C
Tints of Maire #34310C
RGB
CMYK
RGB Variations
Color information
#34310C (or 0x34310C) is known color: Maire. HEX triplet: 34, 31 and 0C. RGB value is (52,49,12). Sum of RGB (Red+Green+Blue) = 52+49+12=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #34310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34310C is #CBCEF3. Grayscale: #2D2D2D. Windows color (decimal): -13356788 or 799028. OLE color: 799028.
HSL color Cylindrical-coordinate representation of color #34310C: hue angle of 55.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34310C is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 49 | 12 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.80 |
| HSL | 55.5º | 0.63% | 0.13% | - |
| HSV(B) | 55.5º | 0.77% | 0.2% | - |
| XYZ | 2.58 | 2.95 | 0.78 | - |
| YUV | 45.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 12 | 0 | 0.06 | 0.77 | 0.80 | 55.5 | 0.63 | 0.13 |
| Hex | 34 | 31 | C | 0 | 6 | 4D | 50 | 38 | 3E | D |
| Octal | 64 | 61 | 14 | 0 | 6 | 115 | 120 | 70 | 76 | 15 |
| Binary | 110100 | 110001 | 1100 | 0 | 110 | 1001101 | 1010000 | 111000 | 111110 | 1101 |
Color Harmonies of #34310C
Complementary color
Monochromatic Colors of #34310C
Black with #34310C
Text Example
Text Example
White with #34310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34310C; }
p { color: rgb(52,49,12); }
H1.HeaderClassName
{
color: #34310C;
}
.AnyTagClassName
{
color: #34310C;
}
</style>
background-color css
<style>
a { background-color: #34310C; }
a { background-color: rgb(52,49,12); }
div.DivClassName
{
background-color: #34310C;
}
.BgClassName
{
background-color: #34310C;
}
</style>
border-color css
<style>
span { border-color: #34310C; }
span { border-color: rgb(52,49,12); }
td.TdClassName
{
border-color: #34310C;
}
.TagClassName
{
border-color: #34310C;
}
</style>