Shades of Dark Brown #5D4120
Tints of Dark Brown #5D4120
RGB
CMYK
RGB Variations
Color information
#5D4120 (or 0x5D4120) is known color: Dark Brown. HEX triplet: 5D, 41 and 20. RGB value is (93,65,32). Sum of RGB (Red+Green+Blue) = 93+65+32=190 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.95% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4120 is #A2BEDF. Grayscale: #454545. Windows color (decimal): -10665696 or 2113885. OLE color: 2113885.
HSL color Cylindrical-coordinate representation of color #5D4120: hue angle of 32.46º 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 #5D4120 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 65 | 32 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.64 |
| HSL | 32.46º | 0.49% | 0.25% | - |
| HSV(B) | 32.46º | 0.66% | 0.36% | - |
| XYZ | 6.67 | 6.21 | 2.21 | - |
| YUV | 69.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 65 | 32 | 0 | 0.30 | 0.66 | 0.64 | 32.46 | 0.49 | 0.25 |
| Hex | 5D | 41 | 20 | 0 | 1E | 42 | 40 | 20 | 31 | 19 |
| Octal | 135 | 101 | 40 | 0 | 36 | 102 | 100 | 40 | 61 | 31 |
| Binary | 1011101 | 1000001 | 100000 | 0 | 11110 | 1000010 | 1000000 | 100000 | 110001 | 11001 |
Color Harmonies of #5D4120
Complementary color
Monochromatic Colors of #5D4120
Black with #5D4120
Text Example
Text Example
White with #5D4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4120; }
p { color: rgb(93,65,32); }
H1.HeaderClassName
{
color: #5D4120;
}
.AnyTagClassName
{
color: #5D4120;
}
</style>
background-color css
<style>
a { background-color: #5D4120; }
a { background-color: rgb(93,65,32); }
div.DivClassName
{
background-color: #5D4120;
}
.BgClassName
{
background-color: #5D4120;
}
</style>
border-color css
<style>
span { border-color: #5D4120; }
span { border-color: rgb(93,65,32); }
td.TdClassName
{
border-color: #5D4120;
}
.TagClassName
{
border-color: #5D4120;
}
</style>