Shades of Dark Brown #5E400F
Tints of Dark Brown #5E400F
RGB
CMYK
RGB Variations
Color information
#5E400F (or 0x5E400F) is known color: Dark Brown. HEX triplet: 5E, 40 and 0F. RGB value is (94,64,15). Sum of RGB (Red+Green+Blue) = 94+64+15=173 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.34% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 94 - color contains mainly: red. Hex color #5E400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E400F is #A1BFF0. Grayscale: #434343. Windows color (decimal): -10600433 or 999518. OLE color: 999518.
HSL color Cylindrical-coordinate representation of color #5E400F: hue angle of 37.22º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E400F is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 64 | 15 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.63 |
| HSL | 37.22º | 0.72% | 0.21% | - |
| HSV(B) | 37.22º | 0.84% | 0.37% | - |
| XYZ | 6.54 | 6.08 | 1.28 | - |
| YUV | 67.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 15 | 0 | 0.32 | 0.84 | 0.63 | 37.22 | 0.72 | 0.21 |
| Hex | 5E | 40 | F | 0 | 20 | 54 | 3F | 25 | 48 | 15 |
| Octal | 136 | 100 | 17 | 0 | 40 | 124 | 77 | 45 | 110 | 25 |
| Binary | 1011110 | 1000000 | 1111 | 0 | 100000 | 1010100 | 111111 | 100101 | 1001000 | 10101 |
Color Harmonies of #5E400F
Complementary color
Monochromatic Colors of #5E400F
Black with #5E400F
Text Example
Text Example
White with #5E400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E400F; }
p { color: rgb(94,64,15); }
H1.HeaderClassName
{
color: #5E400F;
}
.AnyTagClassName
{
color: #5E400F;
}
</style>
background-color css
<style>
a { background-color: #5E400F; }
a { background-color: rgb(94,64,15); }
div.DivClassName
{
background-color: #5E400F;
}
.BgClassName
{
background-color: #5E400F;
}
</style>
border-color css
<style>
span { border-color: #5E400F; }
span { border-color: rgb(94,64,15); }
td.TdClassName
{
border-color: #5E400F;
}
.TagClassName
{
border-color: #5E400F;
}
</style>