Shades of Very Dark Brown #5D4032
Tints of Very Dark Brown #5D4032
RGB
CMYK
RGB Variations
Color information
#5D4032 (or 0x5D4032) is known color: Very Dark Brown. HEX triplet: 5D, 40 and 32. RGB value is (93,64,50). Sum of RGB (Red+Green+Blue) = 93+64+50=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4032 is #A2BFCD. Grayscale: #474747. Windows color (decimal): -10665934 or 3293277. OLE color: 3293277.
HSL color Cylindrical-coordinate representation of color #5D4032: hue angle of 19.53º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D4032 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 64 | 50 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.64 |
| HSL | 19.53º | 0.3% | 0.28% | - |
| HSV(B) | 19.53º | 0.46% | 0.36% | - |
| XYZ | 6.92 | 6.22 | 3.85 | - |
| YUV | 71.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 50 | 0 | 0.31 | 0.46 | 0.64 | 19.53 | 0.3 | 0.28 |
| Hex | 5D | 40 | 32 | 0 | 1F | 2E | 40 | 14 | 1E | 1C |
| Octal | 135 | 100 | 62 | 0 | 37 | 56 | 100 | 24 | 36 | 34 |
| Binary | 1011101 | 1000000 | 110010 | 0 | 11111 | 101110 | 1000000 | 10100 | 11110 | 11100 |
Color Harmonies of #5D4032
Complementary color
Monochromatic Colors of #5D4032
Black with #5D4032
Text Example
Text Example
White with #5D4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4032; }
p { color: rgb(93,64,50); }
H1.HeaderClassName
{
color: #5D4032;
}
.AnyTagClassName
{
color: #5D4032;
}
</style>
background-color css
<style>
a { background-color: #5D4032; }
a { background-color: rgb(93,64,50); }
div.DivClassName
{
background-color: #5D4032;
}
.BgClassName
{
background-color: #5D4032;
}
</style>
border-color css
<style>
span { border-color: #5D4032; }
span { border-color: rgb(93,64,50); }
td.TdClassName
{
border-color: #5D4032;
}
.TagClassName
{
border-color: #5D4032;
}
</style>