Shades of Dark Brown #5E4216
Tints of Dark Brown #5E4216
RGB
CMYK
RGB Variations
Color information
#5E4216 (or 0x5E4216) is known color: Dark Brown. HEX triplet: 5E, 42 and 16. RGB value is (94,66,22). Sum of RGB (Red+Green+Blue) = 94+66+22=182 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.65% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4216 is #A1BDE9. Grayscale: #454545. Windows color (decimal): -10599914 or 1458782. OLE color: 1458782.
HSL color Cylindrical-coordinate representation of color #5E4216: hue angle of 36.67º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E4216 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 66 | 22 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.63 |
| HSL | 36.67º | 0.62% | 0.23% | - |
| HSV(B) | 36.67º | 0.77% | 0.37% | - |
| XYZ | 6.71 | 6.33 | 1.63 | - |
| YUV | 69.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 66 | 22 | 0 | 0.30 | 0.77 | 0.63 | 36.67 | 0.62 | 0.23 |
| Hex | 5E | 42 | 16 | 0 | 1E | 4D | 3F | 25 | 3E | 17 |
| Octal | 136 | 102 | 26 | 0 | 36 | 115 | 77 | 45 | 76 | 27 |
| Binary | 1011110 | 1000010 | 10110 | 0 | 11110 | 1001101 | 111111 | 100101 | 111110 | 10111 |
Color Harmonies of #5E4216
Complementary color
Monochromatic Colors of #5E4216
Black with #5E4216
Text Example
Text Example
White with #5E4216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4216; }
p { color: rgb(94,66,22); }
H1.HeaderClassName
{
color: #5E4216;
}
.AnyTagClassName
{
color: #5E4216;
}
</style>
background-color css
<style>
a { background-color: #5E4216; }
a { background-color: rgb(94,66,22); }
div.DivClassName
{
background-color: #5E4216;
}
.BgClassName
{
background-color: #5E4216;
}
</style>
border-color css
<style>
span { border-color: #5E4216; }
span { border-color: rgb(94,66,22); }
td.TdClassName
{
border-color: #5E4216;
}
.TagClassName
{
border-color: #5E4216;
}
</style>