Shades of Livid Brown #342221
Tints of Livid Brown #342221
RGB
CMYK
RGB Variations
Color information
#342221 (or 0x342221) is known color: Livid Brown. HEX triplet: 34, 22 and 21. RGB value is (52,34,33). Sum of RGB (Red+Green+Blue) = 52+34+33=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #342221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342221 is #CBDDDE. Grayscale: #272727. Windows color (decimal): -13360607 or 2171444. OLE color: 2171444.
HSL color Cylindrical-coordinate representation of color #342221: hue angle of 3.16º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #342221 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 34 | 33 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.80 |
| HSL | 3.16º | 0.22% | 0.17% | - |
| HSV(B) | 3.16º | 0.37% | 0.2% | - |
| XYZ | 2.26 | 1.98 | 1.7 | - |
| YUV | 39.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 33 | 0 | 0.35 | 0.37 | 0.80 | 3.16 | 0.22 | 0.17 |
| Hex | 34 | 22 | 21 | 0 | 23 | 25 | 50 | 3 | 16 | 11 |
| Octal | 64 | 42 | 41 | 0 | 43 | 45 | 120 | 3 | 26 | 21 |
| Binary | 110100 | 100010 | 100001 | 0 | 100011 | 100101 | 1010000 | 11 | 10110 | 10001 |
Color Harmonies of #342221
Complementary color
Monochromatic Colors of #342221
Black with #342221
Text Example
Text Example
White with #342221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342221; }
p { color: rgb(52,34,33); }
H1.HeaderClassName
{
color: #342221;
}
.AnyTagClassName
{
color: #342221;
}
</style>
background-color css
<style>
a { background-color: #342221; }
a { background-color: rgb(52,34,33); }
div.DivClassName
{
background-color: #342221;
}
.BgClassName
{
background-color: #342221;
}
</style>
border-color css
<style>
span { border-color: #342221; }
span { border-color: rgb(52,34,33); }
td.TdClassName
{
border-color: #342221;
}
.TagClassName
{
border-color: #342221;
}
</style>