Shades of Livid Brown #3E2523
Tints of Livid Brown #3E2523
RGB
CMYK
RGB Variations
Color information
#3E2523 (or 0x3E2523) is known color: Livid Brown. HEX triplet: 3E, 25 and 23. RGB value is (62,37,35). Sum of RGB (Red+Green+Blue) = 62+37+35=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2523 is #C1DADC. Grayscale: #2C2C2C. Windows color (decimal): -12704477 or 2303294. OLE color: 2303294.
HSL color Cylindrical-coordinate representation of color #3E2523: hue angle of 4.44º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E2523 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 37 | 35 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.76 |
| HSL | 4.44º | 0.28% | 0.19% | - |
| HSV(B) | 4.44º | 0.44% | 0.24% | - |
| XYZ | 2.95 | 2.47 | 1.91 | - |
| YUV | 44.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 35 | 0 | 0.40 | 0.44 | 0.76 | 4.44 | 0.28 | 0.19 |
| Hex | 3E | 25 | 23 | 0 | 28 | 2C | 4C | 4 | 1C | 13 |
| Octal | 76 | 45 | 43 | 0 | 50 | 54 | 114 | 4 | 34 | 23 |
| Binary | 111110 | 100101 | 100011 | 0 | 101000 | 101100 | 1001100 | 100 | 11100 | 10011 |
Color Harmonies of #3E2523
Complementary color
Monochromatic Colors of #3E2523
Black with #3E2523
Text Example
Text Example
White with #3E2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2523; }
p { color: rgb(62,37,35); }
H1.HeaderClassName
{
color: #3E2523;
}
.AnyTagClassName
{
color: #3E2523;
}
</style>
background-color css
<style>
a { background-color: #3E2523; }
a { background-color: rgb(62,37,35); }
div.DivClassName
{
background-color: #3E2523;
}
.BgClassName
{
background-color: #3E2523;
}
</style>
border-color css
<style>
span { border-color: #3E2523; }
span { border-color: rgb(62,37,35); }
td.TdClassName
{
border-color: #3E2523;
}
.TagClassName
{
border-color: #3E2523;
}
</style>