Shades of Livid Brown #342A29
Tints of Livid Brown #342A29
RGB
CMYK
RGB Variations
Color information
#342A29 (or 0x342A29) is known color: Livid Brown. HEX triplet: 34, 2A and 29. RGB value is (52,42,41). Sum of RGB (Red+Green+Blue) = 52+42+41=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 52 - color contains mainly: red. Hex color #342A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A29 is #CBD5D6. Grayscale: #2C2C2C. Windows color (decimal): -13358551 or 2697780. OLE color: 2697780.
HSL color Cylindrical-coordinate representation of color #342A29: hue angle of 5.45º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #342A29 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 42 | 41 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.80 |
| HSL | 5.45º | 0.12% | 0.18% | - |
| HSV(B) | 5.45º | 0.21% | 0.2% | - |
| XYZ | 2.64 | 2.55 | 2.45 | - |
| YUV | 44.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 41 | 0 | 0.19 | 0.21 | 0.80 | 5.45 | 0.12 | 0.18 |
| Hex | 34 | 2A | 29 | 0 | 13 | 15 | 50 | 5 | C | 12 |
| Octal | 64 | 52 | 51 | 0 | 23 | 25 | 120 | 5 | 14 | 22 |
| Binary | 110100 | 101010 | 101001 | 0 | 10011 | 10101 | 1010000 | 101 | 1100 | 10010 |
Color Harmonies of #342A29
Complementary color
Monochromatic Colors of #342A29
Black with #342A29
Text Example
Text Example
White with #342A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342A29; }
p { color: rgb(52,42,41); }
H1.HeaderClassName
{
color: #342A29;
}
.AnyTagClassName
{
color: #342A29;
}
</style>
background-color css
<style>
a { background-color: #342A29; }
a { background-color: rgb(52,42,41); }
div.DivClassName
{
background-color: #342A29;
}
.BgClassName
{
background-color: #342A29;
}
</style>
border-color css
<style>
span { border-color: #342A29; }
span { border-color: rgb(52,42,41); }
td.TdClassName
{
border-color: #342A29;
}
.TagClassName
{
border-color: #342A29;
}
</style>