Shades of Livid Brown #3B2222
Tints of Livid Brown #3B2222
RGB
CMYK
RGB Variations
Color information
#3B2222 (or 0x3B2222) is known color: Livid Brown. HEX triplet: 3B, 22 and 22. RGB value is (59,34,34). Sum of RGB (Red+Green+Blue) = 59+34+34=127 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.46% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2222 is #C4DDDD. Grayscale: #292929. Windows color (decimal): -12901854 or 2236987. OLE color: 2236987.
HSL color Cylindrical-coordinate representation of color #3B2222: hue angle of 0º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B2222 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 34 | 34 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.77 |
| HSL | 0º | 0.27% | 0.18% | - |
| HSV(B) | 0º | 0.42% | 0.23% | - |
| XYZ | 2.66 | 2.19 | 1.8 | - |
| YUV | 41.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 34 | 0 | 0.42 | 0.42 | 0.77 | 0 | 0.27 | 0.18 |
| Hex | 3B | 22 | 22 | 0 | 2A | 2A | 4D | 0 | 1B | 12 |
| Octal | 73 | 42 | 42 | 0 | 52 | 52 | 115 | 0 | 33 | 22 |
| Binary | 111011 | 100010 | 100010 | 0 | 101010 | 101010 | 1001101 | 0 | 11011 | 10010 |
Color Harmonies of #3B2222
Complementary color
Monochromatic Colors of #3B2222
Black with #3B2222
Text Example
Text Example
White with #3B2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2222; }
p { color: rgb(59,34,34); }
H1.HeaderClassName
{
color: #3B2222;
}
.AnyTagClassName
{
color: #3B2222;
}
</style>
background-color css
<style>
a { background-color: #3B2222; }
a { background-color: rgb(59,34,34); }
div.DivClassName
{
background-color: #3B2222;
}
.BgClassName
{
background-color: #3B2222;
}
</style>
border-color css
<style>
span { border-color: #3B2222; }
span { border-color: rgb(59,34,34); }
td.TdClassName
{
border-color: #3B2222;
}
.TagClassName
{
border-color: #3B2222;
}
</style>