Shades of Livid Brown #3E2726
Tints of Livid Brown #3E2726
RGB
CMYK
RGB Variations
Color information
#3E2726 (or 0x3E2726) is known color: Livid Brown. HEX triplet: 3E, 27 and 26. RGB value is (62,39,38). Sum of RGB (Red+Green+Blue) = 62+39+38=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2726 is #C1D8D9. Grayscale: #2D2D2D. Windows color (decimal): -12703962 or 2500414. OLE color: 2500414.
HSL color Cylindrical-coordinate representation of color #3E2726: hue angle of 2.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E2726 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 39 | 38 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.76 |
| HSL | 2.5º | 0.24% | 0.2% | - |
| HSV(B) | 2.5º | 0.39% | 0.24% | - |
| XYZ | 3.06 | 2.62 | 2.18 | - |
| YUV | 45.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 38 | 0 | 0.37 | 0.39 | 0.76 | 2.5 | 0.24 | 0.2 |
| Hex | 3E | 27 | 26 | 0 | 25 | 27 | 4C | 2 | 18 | 14 |
| Octal | 76 | 47 | 46 | 0 | 45 | 47 | 114 | 2 | 30 | 24 |
| Binary | 111110 | 100111 | 100110 | 0 | 100101 | 100111 | 1001100 | 10 | 11000 | 10100 |
Color Harmonies of #3E2726
Complementary color
Monochromatic Colors of #3E2726
Black with #3E2726
Text Example
Text Example
White with #3E2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2726; }
p { color: rgb(62,39,38); }
H1.HeaderClassName
{
color: #3E2726;
}
.AnyTagClassName
{
color: #3E2726;
}
</style>
background-color css
<style>
a { background-color: #3E2726; }
a { background-color: rgb(62,39,38); }
div.DivClassName
{
background-color: #3E2726;
}
.BgClassName
{
background-color: #3E2726;
}
</style>
border-color css
<style>
span { border-color: #3E2726; }
span { border-color: rgb(62,39,38); }
td.TdClassName
{
border-color: #3E2726;
}
.TagClassName
{
border-color: #3E2726;
}
</style>