Shades of Very Dark Brown #5E4138
Tints of Very Dark Brown #5E4138
RGB
CMYK
RGB Variations
Color information
#5E4138 (or 0x5E4138) is known color: Very Dark Brown. HEX triplet: 5E, 41 and 38. RGB value is (94,65,56). Sum of RGB (Red+Green+Blue) = 94+65+56=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4138 is #A1BEC7. Grayscale: #484848. Windows color (decimal): -10600136 or 3686750. OLE color: 3686750.
HSL color Cylindrical-coordinate representation of color #5E4138: hue angle of 14.21º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E4138 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 65 | 56 | - |
CMYK | 0 | 0.31 | 0.40 | 0.63 |
HSL | 14.21º | 0.25% | 0.29% | - |
HSV(B) | 14.21º | 0.4% | 0.37% | - |
XYZ | 7.22 | 6.45 | 4.6 | - |
YUV | 72.65 | 118.61 | 143.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 65 | 56 | 0 | 0.31 | 0.40 | 0.63 | 14.21 | 0.25 | 0.29 |
Hex | 5E | 41 | 38 | 0 | 1F | 28 | 3F | E | 19 | 1D |
Octal | 136 | 101 | 70 | 0 | 37 | 50 | 77 | 16 | 31 | 35 |
Binary | 1011110 | 1000001 | 111000 | 0 | 11111 | 101000 | 111111 | 1110 | 11001 | 11101 |
Color Harmonies of #5E4138
Complementary color
Monochromatic Colors of #5E4138
Black with #5E4138
Text Example
Text Example
White with #5E4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4138; }
p { color: rgb(94,65,56); }
H1.HeaderClassName
{
color: #5E4138;
}
.AnyTagClassName
{
color: #5E4138;
}
</style>
background-color css
<style>
a { background-color: #5E4138; }
a { background-color: rgb(94,65,56); }
div.DivClassName
{
background-color: #5E4138;
}
.BgClassName
{
background-color: #5E4138;
}
</style>
border-color css
<style>
span { border-color: #5E4138; }
span { border-color: rgb(94,65,56); }
td.TdClassName
{
border-color: #5E4138;
}
.TagClassName
{
border-color: #5E4138;
}
</style>