Shades of Maire #342A09
Tints of Maire #342A09
RGB
CMYK
RGB Variations
Color information
#342A09 (or 0x342A09) is known color: Maire. HEX triplet: 34, 2A and 09. RGB value is (52,42,9). Sum of RGB (Red+Green+Blue) = 52+42+9=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 42 (16.80% from 255 or 40.78% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #342A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342A09 is #CBD5F6. Grayscale: #292929. Windows color (decimal): -13358583 or 600628. OLE color: 600628.
HSL color Cylindrical-coordinate representation of color #342A09: hue angle of 46.05º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #342A09 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 42 | 9 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.80 |
| HSL | 46.05º | 0.7% | 0.12% | - |
| HSV(B) | 46.05º | 0.83% | 0.2% | - |
| XYZ | 2.29 | 2.41 | 0.6 | - |
| YUV | 41.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 9 | 0 | 0.19 | 0.83 | 0.80 | 46.05 | 0.7 | 0.12 |
| Hex | 34 | 2A | 9 | 0 | 13 | 53 | 50 | 2E | 46 | C |
| Octal | 64 | 52 | 11 | 0 | 23 | 123 | 120 | 56 | 106 | 14 |
| Binary | 110100 | 101010 | 1001 | 0 | 10011 | 1010011 | 1010000 | 101110 | 1000110 | 1100 |
Color Harmonies of #342A09
Complementary color
Monochromatic Colors of #342A09
Black with #342A09
Text Example
Text Example
White with #342A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342A09; }
p { color: rgb(52,42,9); }
H1.HeaderClassName
{
color: #342A09;
}
.AnyTagClassName
{
color: #342A09;
}
</style>
background-color css
<style>
a { background-color: #342A09; }
a { background-color: rgb(52,42,9); }
div.DivClassName
{
background-color: #342A09;
}
.BgClassName
{
background-color: #342A09;
}
</style>
border-color css
<style>
span { border-color: #342A09; }
span { border-color: rgb(52,42,9); }
td.TdClassName
{
border-color: #342A09;
}
.TagClassName
{
border-color: #342A09;
}
</style>