Shades of Maire #342C10
Tints of Maire #342C10
RGB
CMYK
RGB Variations
Color information
#342C10 (or 0x342C10) is known color: Maire. HEX triplet: 34, 2C and 10. RGB value is (52,44,16). Sum of RGB (Red+Green+Blue) = 52+44+16=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #342C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342C10 is #CBD3EF. Grayscale: #2B2B2B. Windows color (decimal): -13358064 or 1059892. OLE color: 1059892.
HSL color Cylindrical-coordinate representation of color #342C10: hue angle of 46.67º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #342C10 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 44 | 16 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.80 |
| HSL | 46.67º | 0.53% | 0.13% | - |
| HSV(B) | 46.67º | 0.69% | 0.2% | - |
| XYZ | 2.41 | 2.57 | 0.86 | - |
| YUV | 43.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 16 | 0 | 0.15 | 0.69 | 0.80 | 46.67 | 0.53 | 0.13 |
| Hex | 34 | 2C | 10 | 0 | F | 45 | 50 | 2F | 35 | D |
| Octal | 64 | 54 | 20 | 0 | 17 | 105 | 120 | 57 | 65 | 15 |
| Binary | 110100 | 101100 | 10000 | 0 | 1111 | 1000101 | 1010000 | 101111 | 110101 | 1101 |
Color Harmonies of #342C10
Complementary color
Monochromatic Colors of #342C10
Black with #342C10
Text Example
Text Example
White with #342C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342C10; }
p { color: rgb(52,44,16); }
H1.HeaderClassName
{
color: #342C10;
}
.AnyTagClassName
{
color: #342C10;
}
</style>
background-color css
<style>
a { background-color: #342C10; }
a { background-color: rgb(52,44,16); }
div.DivClassName
{
background-color: #342C10;
}
.BgClassName
{
background-color: #342C10;
}
</style>
border-color css
<style>
span { border-color: #342C10; }
span { border-color: rgb(52,44,16); }
td.TdClassName
{
border-color: #342C10;
}
.TagClassName
{
border-color: #342C10;
}
</style>