Shades of Dark Brown #5E4120
Tints of Dark Brown #5E4120
RGB
CMYK
RGB Variations
Color information
#5E4120 (or 0x5E4120) is known color: Dark Brown. HEX triplet: 5E, 41 and 20. RGB value is (94,65,32). Sum of RGB (Red+Green+Blue) = 94+65+32=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4120 is #A1BEDF. Grayscale: #464646. Windows color (decimal): -10600160 or 2113886. OLE color: 2113886.
HSL color Cylindrical-coordinate representation of color #5E4120: hue angle of 31.94º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E4120 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 65 | 32 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.63 |
| HSL | 31.94º | 0.49% | 0.25% | - |
| HSV(B) | 31.94º | 0.66% | 0.37% | - |
| XYZ | 6.77 | 6.26 | 2.22 | - |
| YUV | 69.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 32 | 0 | 0.31 | 0.66 | 0.63 | 31.94 | 0.49 | 0.25 |
| Hex | 5E | 41 | 20 | 0 | 1F | 42 | 3F | 20 | 31 | 19 |
| Octal | 136 | 101 | 40 | 0 | 37 | 102 | 77 | 40 | 61 | 31 |
| Binary | 1011110 | 1000001 | 100000 | 0 | 11111 | 1000010 | 111111 | 100000 | 110001 | 11001 |
Color Harmonies of #5E4120
Complementary color
Monochromatic Colors of #5E4120
Black with #5E4120
Text Example
Text Example
White with #5E4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4120; }
p { color: rgb(94,65,32); }
H1.HeaderClassName
{
color: #5E4120;
}
.AnyTagClassName
{
color: #5E4120;
}
</style>
background-color css
<style>
a { background-color: #5E4120; }
a { background-color: rgb(94,65,32); }
div.DivClassName
{
background-color: #5E4120;
}
.BgClassName
{
background-color: #5E4120;
}
</style>
border-color css
<style>
span { border-color: #5E4120; }
span { border-color: rgb(94,65,32); }
td.TdClassName
{
border-color: #5E4120;
}
.TagClassName
{
border-color: #5E4120;
}
</style>