Shades of Livid Brown #322522
Tints of Livid Brown #322522
RGB
CMYK
RGB Variations
Color information
#322522 (or 0x322522) is known color: Livid Brown. HEX triplet: 32, 25 and 22. RGB value is (50,37,34). Sum of RGB (Red+Green+Blue) = 50+37+34=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #322522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322522 is #CDDADD. Grayscale: #282828. Windows color (decimal): -13490910 or 2237746. OLE color: 2237746.
HSL color Cylindrical-coordinate representation of color #322522: hue angle of 11.25º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #322522 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 37 | 34 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.80 |
| HSL | 11.25º | 0.19% | 0.16% | - |
| HSV(B) | 11.25º | 0.32% | 0.2% | - |
| XYZ | 2.27 | 2.12 | 1.8 | - |
| YUV | 40.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 34 | 0 | 0.26 | 0.32 | 0.80 | 11.25 | 0.19 | 0.16 |
| Hex | 32 | 25 | 22 | 0 | 1A | 20 | 50 | B | 13 | 10 |
| Octal | 62 | 45 | 42 | 0 | 32 | 40 | 120 | 13 | 23 | 20 |
| Binary | 110010 | 100101 | 100010 | 0 | 11010 | 100000 | 1010000 | 1011 | 10011 | 10000 |
Color Harmonies of #322522
Complementary color
Monochromatic Colors of #322522
Black with #322522
Text Example
Text Example
White with #322522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322522; }
p { color: rgb(50,37,34); }
H1.HeaderClassName
{
color: #322522;
}
.AnyTagClassName
{
color: #322522;
}
</style>
background-color css
<style>
a { background-color: #322522; }
a { background-color: rgb(50,37,34); }
div.DivClassName
{
background-color: #322522;
}
.BgClassName
{
background-color: #322522;
}
</style>
border-color css
<style>
span { border-color: #322522; }
span { border-color: rgb(50,37,34); }
td.TdClassName
{
border-color: #322522;
}
.TagClassName
{
border-color: #322522;
}
</style>