Shades of Livid Brown #3B2824
Tints of Livid Brown #3B2824
RGB
CMYK
RGB Variations
Color information
#3B2824 (or 0x3B2824) is known color: Livid Brown. HEX triplet: 3B, 28 and 24. RGB value is (59,40,36). Sum of RGB (Red+Green+Blue) = 59+40+36=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2824 is #C4D7DB. Grayscale: #2D2D2D. Windows color (decimal): -12900316 or 2369595. OLE color: 2369595.
HSL color Cylindrical-coordinate representation of color #3B2824: hue angle of 10.43º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B2824 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 40 | 36 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.77 |
| HSL | 10.43º | 0.24% | 0.19% | - |
| HSV(B) | 10.43º | 0.39% | 0.23% | - |
| XYZ | 2.88 | 2.57 | 2.01 | - |
| YUV | 45.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 36 | 0 | 0.32 | 0.39 | 0.77 | 10.43 | 0.24 | 0.19 |
| Hex | 3B | 28 | 24 | 0 | 20 | 27 | 4D | A | 18 | 13 |
| Octal | 73 | 50 | 44 | 0 | 40 | 47 | 115 | 12 | 30 | 23 |
| Binary | 111011 | 101000 | 100100 | 0 | 100000 | 100111 | 1001101 | 1010 | 11000 | 10011 |
Color Harmonies of #3B2824
Complementary color
Monochromatic Colors of #3B2824
Black with #3B2824
Text Example
Text Example
White with #3B2824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2824; }
p { color: rgb(59,40,36); }
H1.HeaderClassName
{
color: #3B2824;
}
.AnyTagClassName
{
color: #3B2824;
}
</style>
background-color css
<style>
a { background-color: #3B2824; }
a { background-color: rgb(59,40,36); }
div.DivClassName
{
background-color: #3B2824;
}
.BgClassName
{
background-color: #3B2824;
}
</style>
border-color css
<style>
span { border-color: #3B2824; }
span { border-color: rgb(59,40,36); }
td.TdClassName
{
border-color: #3B2824;
}
.TagClassName
{
border-color: #3B2824;
}
</style>