Shades of Livid Brown #332421
Tints of Livid Brown #332421
RGB
CMYK
RGB Variations
Color information
#332421 (or 0x332421) is known color: Livid Brown. HEX triplet: 33, 24 and 21. RGB value is (51,36,33). Sum of RGB (Red+Green+Blue) = 51+36+33=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #332421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332421 is #CCDBDE. Grayscale: #282828. Windows color (decimal): -13425631 or 2171955. OLE color: 2171955.
HSL color Cylindrical-coordinate representation of color #332421: hue angle of 10º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #332421 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 36 | 33 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.8 |
| HSL | 10º | 0.21% | 0.16% | - |
| HSV(B) | 10º | 0.35% | 0.2% | - |
| XYZ | 2.27 | 2.08 | 1.72 | - |
| YUV | 40.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 33 | 0 | 0.29 | 0.35 | 0.8 | 10 | 0.21 | 0.16 |
| Hex | 33 | 24 | 21 | 0 | 1D | 23 | 50 | A | 15 | 10 |
| Octal | 63 | 44 | 41 | 0 | 35 | 43 | 120 | 12 | 25 | 20 |
| Binary | 110011 | 100100 | 100001 | 0 | 11101 | 100011 | 1010000 | 1010 | 10101 | 10000 |
Color Harmonies of #332421
Complementary color
Monochromatic Colors of #332421
Black with #332421
Text Example
Text Example
White with #332421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332421; }
p { color: rgb(51,36,33); }
H1.HeaderClassName
{
color: #332421;
}
.AnyTagClassName
{
color: #332421;
}
</style>
background-color css
<style>
a { background-color: #332421; }
a { background-color: rgb(51,36,33); }
div.DivClassName
{
background-color: #332421;
}
.BgClassName
{
background-color: #332421;
}
</style>
border-color css
<style>
span { border-color: #332421; }
span { border-color: rgb(51,36,33); }
td.TdClassName
{
border-color: #332421;
}
.TagClassName
{
border-color: #332421;
}
</style>