Shades of Very Dark Brown #5F4039
Tints of Very Dark Brown #5F4039
RGB
CMYK
RGB Variations
Color information
#5F4039 (or 0x5F4039) is known color: Very Dark Brown. HEX triplet: 5F, 40 and 39. RGB value is (95,64,57). Sum of RGB (Red+Green+Blue) = 95+64+57=216 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.98% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4039 is #A0BFC6. Grayscale: #484848. Windows color (decimal): -10534855 or 3752031. OLE color: 3752031.
HSL color Cylindrical-coordinate representation of color #5F4039: hue angle of 11.05º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F4039 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 64 | 57 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.63 |
| HSL | 11.05º | 0.25% | 0.3% | - |
| HSV(B) | 11.05º | 0.4% | 0.37% | - |
| XYZ | 7.29 | 6.4 | 4.72 | - |
| YUV | 72.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 57 | 0 | 0.33 | 0.40 | 0.63 | 11.05 | 0.25 | 0.3 |
| Hex | 5F | 40 | 39 | 0 | 21 | 28 | 3F | B | 19 | 1E |
| Octal | 137 | 100 | 71 | 0 | 41 | 50 | 77 | 13 | 31 | 36 |
| Binary | 1011111 | 1000000 | 111001 | 0 | 100001 | 101000 | 111111 | 1011 | 11001 | 11110 |
Color Harmonies of #5F4039
Complementary color
Monochromatic Colors of #5F4039
Black with #5F4039
Text Example
Text Example
White with #5F4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4039; }
p { color: rgb(95,64,57); }
H1.HeaderClassName
{
color: #5F4039;
}
.AnyTagClassName
{
color: #5F4039;
}
</style>
background-color css
<style>
a { background-color: #5F4039; }
a { background-color: rgb(95,64,57); }
div.DivClassName
{
background-color: #5F4039;
}
.BgClassName
{
background-color: #5F4039;
}
</style>
border-color css
<style>
span { border-color: #5F4039; }
span { border-color: rgb(95,64,57); }
td.TdClassName
{
border-color: #5F4039;
}
.TagClassName
{
border-color: #5F4039;
}
</style>