Shades of Livid Brown #33211E
Tints of Livid Brown #33211E
RGB
CMYK
RGB Variations
Color information
#33211E (or 0x33211E) is known color: Livid Brown. HEX triplet: 33, 21 and 1E. RGB value is (51,33,30). Sum of RGB (Red+Green+Blue) = 51+33+30=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #33211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33211E is #CCDEE1. Grayscale: #262626. Windows color (decimal): -13426402 or 1974579. OLE color: 1974579.
HSL color Cylindrical-coordinate representation of color #33211E: hue angle of 8.57º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #33211E is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 33 | 30 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.8 |
| HSL | 8.57º | 0.26% | 0.16% | - |
| HSV(B) | 8.57º | 0.41% | 0.2% | - |
| XYZ | 2.14 | 1.89 | 1.48 | - |
| YUV | 38.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 30 | 0 | 0.35 | 0.41 | 0.8 | 8.57 | 0.26 | 0.16 |
| Hex | 33 | 21 | 1E | 0 | 23 | 29 | 50 | 9 | 1A | 10 |
| Octal | 63 | 41 | 36 | 0 | 43 | 51 | 120 | 11 | 32 | 20 |
| Binary | 110011 | 100001 | 11110 | 0 | 100011 | 101001 | 1010000 | 1001 | 11010 | 10000 |
Color Harmonies of #33211E
Complementary color
Monochromatic Colors of #33211E
Black with #33211E
Text Example
Text Example
White with #33211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33211E; }
p { color: rgb(51,33,30); }
H1.HeaderClassName
{
color: #33211E;
}
.AnyTagClassName
{
color: #33211E;
}
</style>
background-color css
<style>
a { background-color: #33211E; }
a { background-color: rgb(51,33,30); }
div.DivClassName
{
background-color: #33211E;
}
.BgClassName
{
background-color: #33211E;
}
</style>
border-color css
<style>
span { border-color: #33211E; }
span { border-color: rgb(51,33,30); }
td.TdClassName
{
border-color: #33211E;
}
.TagClassName
{
border-color: #33211E;
}
</style>