Shades of Dark Brown #5E4824
Tints of Dark Brown #5E4824
RGB
CMYK
RGB Variations
Color information
#5E4824 (or 0x5E4824) is known color: Dark Brown. HEX triplet: 5E, 48 and 24. RGB value is (94,72,36). Sum of RGB (Red+Green+Blue) = 94+72+36=202 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.53% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4824 is #A1B7DB. Grayscale: #4A4A4A. Windows color (decimal): -10598364 or 2377822. OLE color: 2377822.
HSL color Cylindrical-coordinate representation of color #5E4824: hue angle of 37.24º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E4824 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 72 | 36 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.63 |
| HSL | 37.24º | 0.45% | 0.25% | - |
| HSV(B) | 37.24º | 0.62% | 0.37% | - |
| XYZ | 7.25 | 7.14 | 2.67 | - |
| YUV | 74.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 36 | 0 | 0.23 | 0.62 | 0.63 | 37.24 | 0.45 | 0.25 |
| Hex | 5E | 48 | 24 | 0 | 17 | 3E | 3F | 25 | 2D | 19 |
| Octal | 136 | 110 | 44 | 0 | 27 | 76 | 77 | 45 | 55 | 31 |
| Binary | 1011110 | 1001000 | 100100 | 0 | 10111 | 111110 | 111111 | 100101 | 101101 | 11001 |
Color Harmonies of #5E4824
Complementary color
Monochromatic Colors of #5E4824
Black with #5E4824
Text Example
Text Example
White with #5E4824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4824; }
p { color: rgb(94,72,36); }
H1.HeaderClassName
{
color: #5E4824;
}
.AnyTagClassName
{
color: #5E4824;
}
</style>
background-color css
<style>
a { background-color: #5E4824; }
a { background-color: rgb(94,72,36); }
div.DivClassName
{
background-color: #5E4824;
}
.BgClassName
{
background-color: #5E4824;
}
</style>
border-color css
<style>
span { border-color: #5E4824; }
span { border-color: rgb(94,72,36); }
td.TdClassName
{
border-color: #5E4824;
}
.TagClassName
{
border-color: #5E4824;
}
</style>