Shades of Maire #342A05
Tints of Maire #342A05
RGB
CMYK
RGB Variations
Color information
#342A05 (or 0x342A05) is known color: Maire. HEX triplet: 34, 2A and 05. RGB value is (52,42,5). Sum of RGB (Red+Green+Blue) = 52+42+5=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #342A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342A05 is #CBD5FA. Grayscale: #282828. Windows color (decimal): -13358587 or 338484. OLE color: 338484.
HSL color Cylindrical-coordinate representation of color #342A05: hue angle of 47.23º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #342A05 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 42 | 5 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.80 |
| HSL | 47.23º | 0.82% | 0.11% | - |
| HSV(B) | 47.23º | 0.9% | 0.2% | - |
| XYZ | 2.27 | 2.4 | 0.49 | - |
| YUV | 40.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 5 | 0 | 0.19 | 0.90 | 0.80 | 47.23 | 0.82 | 0.11 |
| Hex | 34 | 2A | 5 | 0 | 13 | 5A | 50 | 2F | 52 | B |
| Octal | 64 | 52 | 5 | 0 | 23 | 132 | 120 | 57 | 122 | 13 |
| Binary | 110100 | 101010 | 101 | 0 | 10011 | 1011010 | 1010000 | 101111 | 1010010 | 1011 |
Color Harmonies of #342A05
Complementary color
Monochromatic Colors of #342A05
Black with #342A05
Text Example
Text Example
White with #342A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342A05; }
p { color: rgb(52,42,5); }
H1.HeaderClassName
{
color: #342A05;
}
.AnyTagClassName
{
color: #342A05;
}
</style>
background-color css
<style>
a { background-color: #342A05; }
a { background-color: rgb(52,42,5); }
div.DivClassName
{
background-color: #342A05;
}
.BgClassName
{
background-color: #342A05;
}
</style>
border-color css
<style>
span { border-color: #342A05; }
span { border-color: rgb(52,42,5); }
td.TdClassName
{
border-color: #342A05;
}
.TagClassName
{
border-color: #342A05;
}
</style>