Shades of Livid Brown #3B211F
Tints of Livid Brown #3B211F
RGB
CMYK
RGB Variations
Color information
#3B211F (or 0x3B211F) is known color: Livid Brown. HEX triplet: 3B, 21 and 1F. RGB value is (59,33,31). Sum of RGB (Red+Green+Blue) = 59+33+31=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B211F is #C4DEE0. Grayscale: #282828. Windows color (decimal): -12902113 or 2040123. OLE color: 2040123.
HSL color Cylindrical-coordinate representation of color #3B211F: hue angle of 4.29º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B211F is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 33 | 31 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.77 |
| HSL | 4.29º | 0.31% | 0.18% | - |
| HSV(B) | 4.29º | 0.47% | 0.23% | - |
| XYZ | 2.59 | 2.12 | 1.57 | - |
| YUV | 40.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 31 | 0 | 0.44 | 0.47 | 0.77 | 4.29 | 0.31 | 0.18 |
| Hex | 3B | 21 | 1F | 0 | 2C | 2F | 4D | 4 | 1F | 12 |
| Octal | 73 | 41 | 37 | 0 | 54 | 57 | 115 | 4 | 37 | 22 |
| Binary | 111011 | 100001 | 11111 | 0 | 101100 | 101111 | 1001101 | 100 | 11111 | 10010 |
Color Harmonies of #3B211F
Complementary color
Monochromatic Colors of #3B211F
Black with #3B211F
Text Example
Text Example
White with #3B211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B211F; }
p { color: rgb(59,33,31); }
H1.HeaderClassName
{
color: #3B211F;
}
.AnyTagClassName
{
color: #3B211F;
}
</style>
background-color css
<style>
a { background-color: #3B211F; }
a { background-color: rgb(59,33,31); }
div.DivClassName
{
background-color: #3B211F;
}
.BgClassName
{
background-color: #3B211F;
}
</style>
border-color css
<style>
span { border-color: #3B211F; }
span { border-color: rgb(59,33,31); }
td.TdClassName
{
border-color: #3B211F;
}
.TagClassName
{
border-color: #3B211F;
}
</style>