Shades of Livid Brown #322422
Tints of Livid Brown #322422
RGB
CMYK
RGB Variations
Color information
#322422 (or 0x322422) is known color: Livid Brown. HEX triplet: 32, 24 and 22. RGB value is (50,36,34). Sum of RGB (Red+Green+Blue) = 50+36+34=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #322422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322422 is #CDDBDD. Grayscale: #272727. Windows color (decimal): -13491166 or 2237490. OLE color: 2237490.
HSL color Cylindrical-coordinate representation of color #322422: hue angle of 7.5º 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 #322422 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 34 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.80 |
| HSL | 7.5º | 0.19% | 0.16% | - |
| HSV(B) | 7.5º | 0.32% | 0.2% | - |
| XYZ | 2.24 | 2.06 | 1.79 | - |
| YUV | 39.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 34 | 0 | 0.28 | 0.32 | 0.80 | 7.5 | 0.19 | 0.16 |
| Hex | 32 | 24 | 22 | 0 | 1C | 20 | 50 | 8 | 13 | 10 |
| Octal | 62 | 44 | 42 | 0 | 34 | 40 | 120 | 10 | 23 | 20 |
| Binary | 110010 | 100100 | 100010 | 0 | 11100 | 100000 | 1010000 | 1000 | 10011 | 10000 |
Color Harmonies of #322422
Complementary color
Monochromatic Colors of #322422
Black with #322422
Text Example
Text Example
White with #322422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322422; }
p { color: rgb(50,36,34); }
H1.HeaderClassName
{
color: #322422;
}
.AnyTagClassName
{
color: #322422;
}
</style>
background-color css
<style>
a { background-color: #322422; }
a { background-color: rgb(50,36,34); }
div.DivClassName
{
background-color: #322422;
}
.BgClassName
{
background-color: #322422;
}
</style>
border-color css
<style>
span { border-color: #322422; }
span { border-color: rgb(50,36,34); }
td.TdClassName
{
border-color: #322422;
}
.TagClassName
{
border-color: #322422;
}
</style>