Shades of Maire #34300E
Tints of Maire #34300E
RGB
CMYK
RGB Variations
Color information
#34300E (or 0x34300E) is known color: Maire. HEX triplet: 34, 30 and 0E. RGB value is (52,48,14). Sum of RGB (Red+Green+Blue) = 52+48+14=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #34300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34300E is #CBCFF1. Grayscale: #2D2D2D. Windows color (decimal): -13357042 or 929844. OLE color: 929844.
HSL color Cylindrical-coordinate representation of color #34300E: hue angle of 53.68º 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 #34300E is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 48 | 14 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.80 |
| HSL | 53.68º | 0.58% | 0.13% | - |
| HSV(B) | 53.68º | 0.73% | 0.2% | - |
| XYZ | 2.55 | 2.88 | 0.84 | - |
| YUV | 45.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 14 | 0 | 0.08 | 0.73 | 0.80 | 53.68 | 0.58 | 0.13 |
| Hex | 34 | 30 | E | 0 | 8 | 49 | 50 | 36 | 3A | D |
| Octal | 64 | 60 | 16 | 0 | 10 | 111 | 120 | 66 | 72 | 15 |
| Binary | 110100 | 110000 | 1110 | 0 | 1000 | 1001001 | 1010000 | 110110 | 111010 | 1101 |
Color Harmonies of #34300E
Complementary color
Monochromatic Colors of #34300E
Black with #34300E
Text Example
Text Example
White with #34300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34300E; }
p { color: rgb(52,48,14); }
H1.HeaderClassName
{
color: #34300E;
}
.AnyTagClassName
{
color: #34300E;
}
</style>
background-color css
<style>
a { background-color: #34300E; }
a { background-color: rgb(52,48,14); }
div.DivClassName
{
background-color: #34300E;
}
.BgClassName
{
background-color: #34300E;
}
</style>
border-color css
<style>
span { border-color: #34300E; }
span { border-color: rgb(52,48,14); }
td.TdClassName
{
border-color: #34300E;
}
.TagClassName
{
border-color: #34300E;
}
</style>