Shades of Very Dark Brown #5E4139
Tints of Very Dark Brown #5E4139
RGB
CMYK
RGB Variations
Color information
#5E4139 (or 0x5E4139) is known color: Very Dark Brown. HEX triplet: 5E, 41 and 39. RGB value is (94,65,57). Sum of RGB (Red+Green+Blue) = 94+65+57=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4139 is #A1BEC6. Grayscale: #484848. Windows color (decimal): -10600135 or 3752286. OLE color: 3752286.
HSL color Cylindrical-coordinate representation of color #5E4139: hue angle of 12.97º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E4139 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 65 | 57 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.63 |
| HSL | 12.97º | 0.25% | 0.3% | - |
| HSV(B) | 12.97º | 0.39% | 0.37% | - |
| XYZ | 7.24 | 6.46 | 4.74 | - |
| YUV | 72.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 57 | 0 | 0.31 | 0.39 | 0.63 | 12.97 | 0.25 | 0.3 |
| Hex | 5E | 41 | 39 | 0 | 1F | 27 | 3F | D | 19 | 1E |
| Octal | 136 | 101 | 71 | 0 | 37 | 47 | 77 | 15 | 31 | 36 |
| Binary | 1011110 | 1000001 | 111001 | 0 | 11111 | 100111 | 111111 | 1101 | 11001 | 11110 |
Color Harmonies of #5E4139
Complementary color
Monochromatic Colors of #5E4139
Black with #5E4139
Text Example
Text Example
White with #5E4139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4139; }
p { color: rgb(94,65,57); }
H1.HeaderClassName
{
color: #5E4139;
}
.AnyTagClassName
{
color: #5E4139;
}
</style>
background-color css
<style>
a { background-color: #5E4139; }
a { background-color: rgb(94,65,57); }
div.DivClassName
{
background-color: #5E4139;
}
.BgClassName
{
background-color: #5E4139;
}
</style>
border-color css
<style>
span { border-color: #5E4139; }
span { border-color: rgb(94,65,57); }
td.TdClassName
{
border-color: #5E4139;
}
.TagClassName
{
border-color: #5E4139;
}
</style>