Shades of Livid Brown #3B2524
Tints of Livid Brown #3B2524
RGB
CMYK
RGB Variations
Color information
#3B2524 (or 0x3B2524) is known color: Livid Brown. HEX triplet: 3B, 25 and 24. RGB value is (59,37,36). Sum of RGB (Red+Green+Blue) = 59+37+36=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2524 is #C4DADB. Grayscale: #2B2B2B. Windows color (decimal): -12901084 or 2368827. OLE color: 2368827.
HSL color Cylindrical-coordinate representation of color #3B2524: hue angle of 2.61º 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 #3B2524 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 36 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.77 |
| HSL | 2.61º | 0.24% | 0.19% | - |
| HSV(B) | 2.61º | 0.39% | 0.23% | - |
| XYZ | 2.78 | 2.38 | 1.98 | - |
| YUV | 43.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 36 | 0 | 0.37 | 0.39 | 0.77 | 2.61 | 0.24 | 0.19 |
| Hex | 3B | 25 | 24 | 0 | 25 | 27 | 4D | 3 | 18 | 13 |
| Octal | 73 | 45 | 44 | 0 | 45 | 47 | 115 | 3 | 30 | 23 |
| Binary | 111011 | 100101 | 100100 | 0 | 100101 | 100111 | 1001101 | 11 | 11000 | 10011 |
Color Harmonies of #3B2524
Complementary color
Monochromatic Colors of #3B2524
Black with #3B2524
Text Example
Text Example
White with #3B2524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2524; }
p { color: rgb(59,37,36); }
H1.HeaderClassName
{
color: #3B2524;
}
.AnyTagClassName
{
color: #3B2524;
}
</style>
background-color css
<style>
a { background-color: #3B2524; }
a { background-color: rgb(59,37,36); }
div.DivClassName
{
background-color: #3B2524;
}
.BgClassName
{
background-color: #3B2524;
}
</style>
border-color css
<style>
span { border-color: #3B2524; }
span { border-color: rgb(59,37,36); }
td.TdClassName
{
border-color: #3B2524;
}
.TagClassName
{
border-color: #3B2524;
}
</style>