Shades of Dark Brown #5D4316
Tints of Dark Brown #5D4316
RGB
CMYK
RGB Variations
Color information
#5D4316 (or 0x5D4316) is known color: Dark Brown. HEX triplet: 5D, 43 and 16. RGB value is (93,67,22). Sum of RGB (Red+Green+Blue) = 93+67+22=182 (24% of max value = 765). Red value is 93 (36.72% from 255 or 51.10% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4316 is #A2BCE9. Grayscale: #454545. Windows color (decimal): -10665194 or 1459037. OLE color: 1459037.
HSL color Cylindrical-coordinate representation of color #5D4316: hue angle of 38.03º 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 #5D4316 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 67 | 22 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.64 |
| HSL | 38.03º | 0.62% | 0.23% | - |
| HSV(B) | 38.03º | 0.76% | 0.36% | - |
| XYZ | 6.67 | 6.4 | 1.64 | - |
| YUV | 69.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 67 | 22 | 0 | 0.28 | 0.76 | 0.64 | 38.03 | 0.62 | 0.23 |
| Hex | 5D | 43 | 16 | 0 | 1C | 4C | 40 | 26 | 3E | 17 |
| Octal | 135 | 103 | 26 | 0 | 34 | 114 | 100 | 46 | 76 | 27 |
| Binary | 1011101 | 1000011 | 10110 | 0 | 11100 | 1001100 | 1000000 | 100110 | 111110 | 10111 |
Color Harmonies of #5D4316
Complementary color
Monochromatic Colors of #5D4316
Black with #5D4316
Text Example
Text Example
White with #5D4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4316; }
p { color: rgb(93,67,22); }
H1.HeaderClassName
{
color: #5D4316;
}
.AnyTagClassName
{
color: #5D4316;
}
</style>
background-color css
<style>
a { background-color: #5D4316; }
a { background-color: rgb(93,67,22); }
div.DivClassName
{
background-color: #5D4316;
}
.BgClassName
{
background-color: #5D4316;
}
</style>
border-color css
<style>
span { border-color: #5D4316; }
span { border-color: rgb(93,67,22); }
td.TdClassName
{
border-color: #5D4316;
}
.TagClassName
{
border-color: #5D4316;
}
</style>