Shades of Dark Brown #5E401D
Tints of Dark Brown #5E401D
RGB
CMYK
RGB Variations
Color information
#5E401D (or 0x5E401D) is known color: Dark Brown. HEX triplet: 5E, 40 and 1D. RGB value is (94,64,29). Sum of RGB (Red+Green+Blue) = 94+64+29=187 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.27% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 94 - color contains mainly: red. Hex color #5E401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E401D is #A1BFE2. Grayscale: #454545. Windows color (decimal): -10600419 or 1917022. OLE color: 1917022.
HSL color Cylindrical-coordinate representation of color #5E401D: hue angle of 32.31º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E401D is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 64 | 29 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.63 |
| HSL | 32.31º | 0.53% | 0.24% | - |
| HSV(B) | 32.31º | 0.69% | 0.37% | - |
| XYZ | 6.67 | 6.14 | 1.99 | - |
| YUV | 68.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 29 | 0 | 0.32 | 0.69 | 0.63 | 32.31 | 0.53 | 0.24 |
| Hex | 5E | 40 | 1D | 0 | 20 | 45 | 3F | 20 | 35 | 18 |
| Octal | 136 | 100 | 35 | 0 | 40 | 105 | 77 | 40 | 65 | 30 |
| Binary | 1011110 | 1000000 | 11101 | 0 | 100000 | 1000101 | 111111 | 100000 | 110101 | 11000 |
Color Harmonies of #5E401D
Complementary color
Monochromatic Colors of #5E401D
Black with #5E401D
Text Example
Text Example
White with #5E401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E401D; }
p { color: rgb(94,64,29); }
H1.HeaderClassName
{
color: #5E401D;
}
.AnyTagClassName
{
color: #5E401D;
}
</style>
background-color css
<style>
a { background-color: #5E401D; }
a { background-color: rgb(94,64,29); }
div.DivClassName
{
background-color: #5E401D;
}
.BgClassName
{
background-color: #5E401D;
}
</style>
border-color css
<style>
span { border-color: #5E401D; }
span { border-color: rgb(94,64,29); }
td.TdClassName
{
border-color: #5E401D;
}
.TagClassName
{
border-color: #5E401D;
}
</style>