Shades of Dark Brown #5D4020
Tints of Dark Brown #5D4020
RGB
CMYK
RGB Variations
Color information
#5D4020 (or 0x5D4020) is known color: Dark Brown. HEX triplet: 5D, 40 and 20. RGB value is (93,64,32). Sum of RGB (Red+Green+Blue) = 93+64+32=189 (25% of max value = 765). Red value is 93 (36.72% from 255 or 49.21% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4020 is #A2BFDF. Grayscale: #454545. Windows color (decimal): -10665952 or 2113629. OLE color: 2113629.
HSL color Cylindrical-coordinate representation of color #5D4020: hue angle of 31.48º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D4020 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 64 | 32 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.64 |
| HSL | 31.48º | 0.49% | 0.25% | - |
| HSV(B) | 31.48º | 0.66% | 0.36% | - |
| XYZ | 6.61 | 6.1 | 2.2 | - |
| YUV | 69.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 32 | 0 | 0.31 | 0.66 | 0.64 | 31.48 | 0.49 | 0.25 |
| Hex | 5D | 40 | 20 | 0 | 1F | 42 | 40 | 1F | 31 | 19 |
| Octal | 135 | 100 | 40 | 0 | 37 | 102 | 100 | 37 | 61 | 31 |
| Binary | 1011101 | 1000000 | 100000 | 0 | 11111 | 1000010 | 1000000 | 11111 | 110001 | 11001 |
Color Harmonies of #5D4020
Complementary color
Monochromatic Colors of #5D4020
Black with #5D4020
Text Example
Text Example
White with #5D4020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4020; }
p { color: rgb(93,64,32); }
H1.HeaderClassName
{
color: #5D4020;
}
.AnyTagClassName
{
color: #5D4020;
}
</style>
background-color css
<style>
a { background-color: #5D4020; }
a { background-color: rgb(93,64,32); }
div.DivClassName
{
background-color: #5D4020;
}
.BgClassName
{
background-color: #5D4020;
}
</style>
border-color css
<style>
span { border-color: #5D4020; }
span { border-color: rgb(93,64,32); }
td.TdClassName
{
border-color: #5D4020;
}
.TagClassName
{
border-color: #5D4020;
}
</style>