Shades of Livid Brown #322421
Tints of Livid Brown #322421
RGB
CMYK
RGB Variations
Color information
#322421 (or 0x322421) is known color: Livid Brown. HEX triplet: 32, 24 and 21. RGB value is (50,36,33). Sum of RGB (Red+Green+Blue) = 50+36+33=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #322421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322421 is #CDDBDE. Grayscale: #272727. Windows color (decimal): -13491167 or 2171954. OLE color: 2171954.
HSL color Cylindrical-coordinate representation of color #322421: hue angle of 10.59º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #322421 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 33 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.80 |
| HSL | 10.59º | 0.2% | 0.16% | - |
| HSV(B) | 10.59º | 0.34% | 0.2% | - |
| XYZ | 2.22 | 2.05 | 1.72 | - |
| YUV | 39.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 33 | 0 | 0.28 | 0.34 | 0.80 | 10.59 | 0.2 | 0.16 |
| Hex | 32 | 24 | 21 | 0 | 1C | 22 | 50 | B | 14 | 10 |
| Octal | 62 | 44 | 41 | 0 | 34 | 42 | 120 | 13 | 24 | 20 |
| Binary | 110010 | 100100 | 100001 | 0 | 11100 | 100010 | 1010000 | 1011 | 10100 | 10000 |
Color Harmonies of #322421
Complementary color
Monochromatic Colors of #322421
Black with #322421
Text Example
Text Example
White with #322421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322421; }
p { color: rgb(50,36,33); }
H1.HeaderClassName
{
color: #322421;
}
.AnyTagClassName
{
color: #322421;
}
</style>
background-color css
<style>
a { background-color: #322421; }
a { background-color: rgb(50,36,33); }
div.DivClassName
{
background-color: #322421;
}
.BgClassName
{
background-color: #322421;
}
</style>
border-color css
<style>
span { border-color: #322421; }
span { border-color: rgb(50,36,33); }
td.TdClassName
{
border-color: #322421;
}
.TagClassName
{
border-color: #322421;
}
</style>