Shades of Maire #342B05
Tints of Maire #342B05
RGB
CMYK
RGB Variations
Color information
#342B05 (or 0x342B05) is known color: Maire. HEX triplet: 34, 2B and 05. RGB value is (52,43,5). Sum of RGB (Red+Green+Blue) = 52+43+5=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #342B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342B05 is #CBD4FA. Grayscale: #292929. Windows color (decimal): -13358331 or 338740. OLE color: 338740.
HSL color Cylindrical-coordinate representation of color #342B05: hue angle of 48.51º 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 #342B05 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 43 | 5 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.80 |
| HSL | 48.51º | 0.82% | 0.11% | - |
| HSV(B) | 48.51º | 0.9% | 0.2% | - |
| XYZ | 2.31 | 2.47 | 0.5 | - |
| YUV | 41.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 43 | 5 | 0 | 0.17 | 0.90 | 0.80 | 48.51 | 0.82 | 0.11 |
| Hex | 34 | 2B | 5 | 0 | 11 | 5A | 50 | 31 | 52 | B |
| Octal | 64 | 53 | 5 | 0 | 21 | 132 | 120 | 61 | 122 | 13 |
| Binary | 110100 | 101011 | 101 | 0 | 10001 | 1011010 | 1010000 | 110001 | 1010010 | 1011 |
Color Harmonies of #342B05
Complementary color
Monochromatic Colors of #342B05
Black with #342B05
Text Example
Text Example
White with #342B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342B05; }
p { color: rgb(52,43,5); }
H1.HeaderClassName
{
color: #342B05;
}
.AnyTagClassName
{
color: #342B05;
}
</style>
background-color css
<style>
a { background-color: #342B05; }
a { background-color: rgb(52,43,5); }
div.DivClassName
{
background-color: #342B05;
}
.BgClassName
{
background-color: #342B05;
}
</style>
border-color css
<style>
span { border-color: #342B05; }
span { border-color: rgb(52,43,5); }
td.TdClassName
{
border-color: #342B05;
}
.TagClassName
{
border-color: #342B05;
}
</style>