Shades of Very Dark Brown #5E3F37
Tints of Very Dark Brown #5E3F37
RGB
CMYK
RGB Variations
Color information
#5E3F37 (or 0x5E3F37) is known color: Very Dark Brown. HEX triplet: 5E, 3F and 37. RGB value is (94,63,55). Sum of RGB (Red+Green+Blue) = 94+63+55=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3F37 is #A1C0C8. Grayscale: #474747. Windows color (decimal): -10600649 or 3620702. OLE color: 3620702.
HSL color Cylindrical-coordinate representation of color #5E3F37: hue angle of 12.31º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E3F37 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 63 | 55 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.63 |
| HSL | 12.31º | 0.26% | 0.29% | - |
| HSV(B) | 12.31º | 0.41% | 0.37% | - |
| XYZ | 7.08 | 6.21 | 4.44 | - |
| YUV | 71.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 55 | 0 | 0.33 | 0.41 | 0.63 | 12.31 | 0.26 | 0.29 |
| Hex | 5E | 3F | 37 | 0 | 21 | 29 | 3F | C | 1A | 1D |
| Octal | 136 | 77 | 67 | 0 | 41 | 51 | 77 | 14 | 32 | 35 |
| Binary | 1011110 | 111111 | 110111 | 0 | 100001 | 101001 | 111111 | 1100 | 11010 | 11101 |
Color Harmonies of #5E3F37
Complementary color
Monochromatic Colors of #5E3F37
Black with #5E3F37
Text Example
Text Example
White with #5E3F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3F37; }
p { color: rgb(94,63,55); }
H1.HeaderClassName
{
color: #5E3F37;
}
.AnyTagClassName
{
color: #5E3F37;
}
</style>
background-color css
<style>
a { background-color: #5E3F37; }
a { background-color: rgb(94,63,55); }
div.DivClassName
{
background-color: #5E3F37;
}
.BgClassName
{
background-color: #5E3F37;
}
</style>
border-color css
<style>
span { border-color: #5E3F37; }
span { border-color: rgb(94,63,55); }
td.TdClassName
{
border-color: #5E3F37;
}
.TagClassName
{
border-color: #5E3F37;
}
</style>