Shades of Very Dark Brown #5E4032
Tints of Very Dark Brown #5E4032
RGB
CMYK
RGB Variations
Color information
#5E4032 (or 0x5E4032) is known color: Very Dark Brown. HEX triplet: 5E, 40 and 32. RGB value is (94,64,50). Sum of RGB (Red+Green+Blue) = 94+64+50=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4032 is #A1BFCD. Grayscale: #474747. Windows color (decimal): -10600398 or 3293278. OLE color: 3293278.
HSL color Cylindrical-coordinate representation of color #5E4032: hue angle of 19.09º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E4032 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 64 | 50 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.63 |
| HSL | 19.09º | 0.31% | 0.28% | - |
| HSV(B) | 19.09º | 0.47% | 0.37% | - |
| XYZ | 7.03 | 6.28 | 3.86 | - |
| YUV | 71.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 50 | 0 | 0.32 | 0.47 | 0.63 | 19.09 | 0.31 | 0.28 |
| Hex | 5E | 40 | 32 | 0 | 20 | 2F | 3F | 13 | 1F | 1C |
| Octal | 136 | 100 | 62 | 0 | 40 | 57 | 77 | 23 | 37 | 34 |
| Binary | 1011110 | 1000000 | 110010 | 0 | 100000 | 101111 | 111111 | 10011 | 11111 | 11100 |
Color Harmonies of #5E4032
Complementary color
Monochromatic Colors of #5E4032
Black with #5E4032
Text Example
Text Example
White with #5E4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4032; }
p { color: rgb(94,64,50); }
H1.HeaderClassName
{
color: #5E4032;
}
.AnyTagClassName
{
color: #5E4032;
}
</style>
background-color css
<style>
a { background-color: #5E4032; }
a { background-color: rgb(94,64,50); }
div.DivClassName
{
background-color: #5E4032;
}
.BgClassName
{
background-color: #5E4032;
}
</style>
border-color css
<style>
span { border-color: #5E4032; }
span { border-color: rgb(94,64,50); }
td.TdClassName
{
border-color: #5E4032;
}
.TagClassName
{
border-color: #5E4032;
}
</style>