Shades of Dark Brown #5D4320
Tints of Dark Brown #5D4320
RGB
CMYK
RGB Variations
Color information
#5D4320 (or 0x5D4320) is known color: Dark Brown. HEX triplet: 5D, 43 and 20. RGB value is (93,67,32). Sum of RGB (Red+Green+Blue) = 93+67+32=192 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.44% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4320 is #A2BCDF. Grayscale: #464646. Windows color (decimal): -10665184 or 2114397. OLE color: 2114397.
HSL color Cylindrical-coordinate representation of color #5D4320: hue angle of 34.43º 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 #5D4320 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 67 | 32 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.64 |
| HSL | 34.43º | 0.49% | 0.25% | - |
| HSV(B) | 34.43º | 0.66% | 0.36% | - |
| XYZ | 6.78 | 6.45 | 2.25 | - |
| YUV | 70.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 67 | 32 | 0 | 0.28 | 0.66 | 0.64 | 34.43 | 0.49 | 0.25 |
| Hex | 5D | 43 | 20 | 0 | 1C | 42 | 40 | 22 | 31 | 19 |
| Octal | 135 | 103 | 40 | 0 | 34 | 102 | 100 | 42 | 61 | 31 |
| Binary | 1011101 | 1000011 | 100000 | 0 | 11100 | 1000010 | 1000000 | 100010 | 110001 | 11001 |
Color Harmonies of #5D4320
Complementary color
Monochromatic Colors of #5D4320
Black with #5D4320
Text Example
Text Example
White with #5D4320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4320; }
p { color: rgb(93,67,32); }
H1.HeaderClassName
{
color: #5D4320;
}
.AnyTagClassName
{
color: #5D4320;
}
</style>
background-color css
<style>
a { background-color: #5D4320; }
a { background-color: rgb(93,67,32); }
div.DivClassName
{
background-color: #5D4320;
}
.BgClassName
{
background-color: #5D4320;
}
</style>
border-color css
<style>
span { border-color: #5D4320; }
span { border-color: rgb(93,67,32); }
td.TdClassName
{
border-color: #5D4320;
}
.TagClassName
{
border-color: #5D4320;
}
</style>