Shades of Livid Brown #3B2725
Tints of Livid Brown #3B2725
RGB
CMYK
RGB Variations
Color information
#3B2725 (or 0x3B2725) is known color: Livid Brown. HEX triplet: 3B, 27 and 25. RGB value is (59,39,37). Sum of RGB (Red+Green+Blue) = 59+39+37=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2725 is #C4D8DA. Grayscale: #2C2C2C. Windows color (decimal): -12900571 or 2434875. OLE color: 2434875.
HSL color Cylindrical-coordinate representation of color #3B2725: hue angle of 5.45º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B2725 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 37 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.77 |
| HSL | 5.45º | 0.23% | 0.19% | - |
| HSV(B) | 5.45º | 0.37% | 0.23% | - |
| XYZ | 2.86 | 2.51 | 2.08 | - |
| YUV | 44.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 37 | 0 | 0.34 | 0.37 | 0.77 | 5.45 | 0.23 | 0.19 |
| Hex | 3B | 27 | 25 | 0 | 22 | 25 | 4D | 5 | 17 | 13 |
| Octal | 73 | 47 | 45 | 0 | 42 | 45 | 115 | 5 | 27 | 23 |
| Binary | 111011 | 100111 | 100101 | 0 | 100010 | 100101 | 1001101 | 101 | 10111 | 10011 |
Color Harmonies of #3B2725
Complementary color
Monochromatic Colors of #3B2725
Black with #3B2725
Text Example
Text Example
White with #3B2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2725; }
p { color: rgb(59,39,37); }
H1.HeaderClassName
{
color: #3B2725;
}
.AnyTagClassName
{
color: #3B2725;
}
</style>
background-color css
<style>
a { background-color: #3B2725; }
a { background-color: rgb(59,39,37); }
div.DivClassName
{
background-color: #3B2725;
}
.BgClassName
{
background-color: #3B2725;
}
</style>
border-color css
<style>
span { border-color: #3B2725; }
span { border-color: rgb(59,39,37); }
td.TdClassName
{
border-color: #3B2725;
}
.TagClassName
{
border-color: #3B2725;
}
</style>