Shades of Livid Brown #342120
Tints of Livid Brown #342120
RGB
CMYK
RGB Variations
Color information
#342120 (or 0x342120) is known color: Livid Brown. HEX triplet: 34, 21 and 20. RGB value is (52,33,32). Sum of RGB (Red+Green+Blue) = 52+33+32=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #342120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342120 is #CBDEDF. Grayscale: #262626. Windows color (decimal): -13360864 or 2105652. OLE color: 2105652.
HSL color Cylindrical-coordinate representation of color #342120: hue angle of 3º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #342120 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 33 | 32 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.80 |
| HSL | 3º | 0.24% | 0.16% | - |
| HSV(B) | 3º | 0.38% | 0.2% | - |
| XYZ | 2.22 | 1.92 | 1.62 | - |
| YUV | 38.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 33 | 32 | 0 | 0.37 | 0.38 | 0.80 | 3 | 0.24 | 0.16 |
| Hex | 34 | 21 | 20 | 0 | 25 | 26 | 50 | 3 | 18 | 10 |
| Octal | 64 | 41 | 40 | 0 | 45 | 46 | 120 | 3 | 30 | 20 |
| Binary | 110100 | 100001 | 100000 | 0 | 100101 | 100110 | 1010000 | 11 | 11000 | 10000 |
Color Harmonies of #342120
Complementary color
Monochromatic Colors of #342120
Black with #342120
Text Example
Text Example
White with #342120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342120; }
p { color: rgb(52,33,32); }
H1.HeaderClassName
{
color: #342120;
}
.AnyTagClassName
{
color: #342120;
}
</style>
background-color css
<style>
a { background-color: #342120; }
a { background-color: rgb(52,33,32); }
div.DivClassName
{
background-color: #342120;
}
.BgClassName
{
background-color: #342120;
}
</style>
border-color css
<style>
span { border-color: #342120; }
span { border-color: rgb(52,33,32); }
td.TdClassName
{
border-color: #342120;
}
.TagClassName
{
border-color: #342120;
}
</style>