Shades of Livid Brown #3B2421
Tints of Livid Brown #3B2421
RGB
CMYK
RGB Variations
Color information
#3B2421 (or 0x3B2421) is known color: Livid Brown. HEX triplet: 3B, 24 and 21. RGB value is (59,36,33). Sum of RGB (Red+Green+Blue) = 59+36+33=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2421 is #C4DBDE. Grayscale: #2A2A2A. Windows color (decimal): -12901343 or 2171963. OLE color: 2171963.
HSL color Cylindrical-coordinate representation of color #3B2421: hue angle of 6.92º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B2421 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 36 | 33 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.77 |
| HSL | 6.92º | 0.28% | 0.18% | - |
| HSV(B) | 6.92º | 0.44% | 0.23% | - |
| XYZ | 2.71 | 2.3 | 1.74 | - |
| YUV | 42.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 36 | 33 | 0 | 0.39 | 0.44 | 0.77 | 6.92 | 0.28 | 0.18 |
| Hex | 3B | 24 | 21 | 0 | 27 | 2C | 4D | 7 | 1C | 12 |
| Octal | 73 | 44 | 41 | 0 | 47 | 54 | 115 | 7 | 34 | 22 |
| Binary | 111011 | 100100 | 100001 | 0 | 100111 | 101100 | 1001101 | 111 | 11100 | 10010 |
Color Harmonies of #3B2421
Complementary color
Monochromatic Colors of #3B2421
Black with #3B2421
Text Example
Text Example
White with #3B2421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2421; }
p { color: rgb(59,36,33); }
H1.HeaderClassName
{
color: #3B2421;
}
.AnyTagClassName
{
color: #3B2421;
}
</style>
background-color css
<style>
a { background-color: #3B2421; }
a { background-color: rgb(59,36,33); }
div.DivClassName
{
background-color: #3B2421;
}
.BgClassName
{
background-color: #3B2421;
}
</style>
border-color css
<style>
span { border-color: #3B2421; }
span { border-color: rgb(59,36,33); }
td.TdClassName
{
border-color: #3B2421;
}
.TagClassName
{
border-color: #3B2421;
}
</style>