Shades of Dark Brown #5D420E
Tints of Dark Brown #5D420E
RGB
CMYK
RGB Variations
Color information
#5D420E (or 0x5D420E) is known color: Dark Brown. HEX triplet: 5D, 42 and 0E. RGB value is (93,66,14). Sum of RGB (Red+Green+Blue) = 93+66+14=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D420E is #A2BDF1. Grayscale: #444444. Windows color (decimal): -10665458 or 934493. OLE color: 934493.
HSL color Cylindrical-coordinate representation of color #5D420E: hue angle of 39.49º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D420E is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 66 | 14 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.64 |
| HSL | 39.49º | 0.74% | 0.21% | - |
| HSV(B) | 39.49º | 0.85% | 0.36% | - |
| XYZ | 6.54 | 6.26 | 1.28 | - |
| YUV | 68.15 | 97.45 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 14 | 0 | 0.29 | 0.85 | 0.64 | 39.49 | 0.74 | 0.21 |
| Hex | 5D | 42 | E | 0 | 1D | 55 | 40 | 27 | 4A | 15 |
| Octal | 135 | 102 | 16 | 0 | 35 | 125 | 100 | 47 | 112 | 25 |
| Binary | 1011101 | 1000010 | 1110 | 0 | 11101 | 1010101 | 1000000 | 100111 | 1001010 | 10101 |
Color Harmonies of #5D420E
Complementary color
Monochromatic Colors of #5D420E
Black with #5D420E
Text Example
Text Example
White with #5D420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D420E; }
p { color: rgb(93,66,14); }
H1.HeaderClassName
{
color: #5D420E;
}
.AnyTagClassName
{
color: #5D420E;
}
</style>
background-color css
<style>
a { background-color: #5D420E; }
a { background-color: rgb(93,66,14); }
div.DivClassName
{
background-color: #5D420E;
}
.BgClassName
{
background-color: #5D420E;
}
</style>
border-color css
<style>
span { border-color: #5D420E; }
span { border-color: rgb(93,66,14); }
td.TdClassName
{
border-color: #5D420E;
}
.TagClassName
{
border-color: #5D420E;
}
</style>