Shades of Very Dark Brown #5D4039
Tints of Very Dark Brown #5D4039
RGB
CMYK
RGB Variations
Color information
#5D4039 (or 0x5D4039) is known color: Very Dark Brown. HEX triplet: 5D, 40 and 39. RGB value is (93,64,57). Sum of RGB (Red+Green+Blue) = 93+64+57=214 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.46% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4039 is #A2BFC6. Grayscale: #474747. Windows color (decimal): -10665927 or 3752029. OLE color: 3752029.
HSL color Cylindrical-coordinate representation of color #5D4039: hue angle of 11.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D4039 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 64 | 57 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.64 |
| HSL | 11.67º | 0.24% | 0.29% | - |
| HSV(B) | 11.67º | 0.39% | 0.36% | - |
| XYZ | 7.09 | 6.29 | 4.71 | - |
| YUV | 71.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 57 | 0 | 0.31 | 0.39 | 0.64 | 11.67 | 0.24 | 0.29 |
| Hex | 5D | 40 | 39 | 0 | 1F | 27 | 40 | C | 18 | 1D |
| Octal | 135 | 100 | 71 | 0 | 37 | 47 | 100 | 14 | 30 | 35 |
| Binary | 1011101 | 1000000 | 111001 | 0 | 11111 | 100111 | 1000000 | 1100 | 11000 | 11101 |
Color Harmonies of #5D4039
Complementary color
Monochromatic Colors of #5D4039
Black with #5D4039
Text Example
Text Example
White with #5D4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4039; }
p { color: rgb(93,64,57); }
H1.HeaderClassName
{
color: #5D4039;
}
.AnyTagClassName
{
color: #5D4039;
}
</style>
background-color css
<style>
a { background-color: #5D4039; }
a { background-color: rgb(93,64,57); }
div.DivClassName
{
background-color: #5D4039;
}
.BgClassName
{
background-color: #5D4039;
}
</style>
border-color css
<style>
span { border-color: #5D4039; }
span { border-color: rgb(93,64,57); }
td.TdClassName
{
border-color: #5D4039;
}
.TagClassName
{
border-color: #5D4039;
}
</style>