Shades of Dark Brown #5D4016
Tints of Dark Brown #5D4016
RGB
CMYK
RGB Variations
Color information
#5D4016 (or 0x5D4016) is known color: Dark Brown. HEX triplet: 5D, 40 and 16. RGB value is (93,64,22). Sum of RGB (Red+Green+Blue) = 93+64+22=179 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.96% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4016 is #A2BFE9. Grayscale: #444444. Windows color (decimal): -10665962 or 1458269. OLE color: 1458269.
HSL color Cylindrical-coordinate representation of color #5D4016: hue angle of 35.49º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D4016 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 64 | 22 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.64 |
| HSL | 35.49º | 0.62% | 0.23% | - |
| HSV(B) | 35.49º | 0.76% | 0.36% | - |
| XYZ | 6.49 | 6.05 | 1.58 | - |
| YUV | 67.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 22 | 0 | 0.31 | 0.76 | 0.64 | 35.49 | 0.62 | 0.23 |
| Hex | 5D | 40 | 16 | 0 | 1F | 4C | 40 | 23 | 3E | 17 |
| Octal | 135 | 100 | 26 | 0 | 37 | 114 | 100 | 43 | 76 | 27 |
| Binary | 1011101 | 1000000 | 10110 | 0 | 11111 | 1001100 | 1000000 | 100011 | 111110 | 10111 |
Color Harmonies of #5D4016
Complementary color
Monochromatic Colors of #5D4016
Black with #5D4016
Text Example
Text Example
White with #5D4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4016; }
p { color: rgb(93,64,22); }
H1.HeaderClassName
{
color: #5D4016;
}
.AnyTagClassName
{
color: #5D4016;
}
</style>
background-color css
<style>
a { background-color: #5D4016; }
a { background-color: rgb(93,64,22); }
div.DivClassName
{
background-color: #5D4016;
}
.BgClassName
{
background-color: #5D4016;
}
</style>
border-color css
<style>
span { border-color: #5D4016; }
span { border-color: rgb(93,64,22); }
td.TdClassName
{
border-color: #5D4016;
}
.TagClassName
{
border-color: #5D4016;
}
</style>