Shades of Very Dark Brown #5F463E
Tints of Very Dark Brown #5F463E
RGB
CMYK
RGB Variations
Color information
#5F463E (or 0x5F463E) is known color: Very Dark Brown. HEX triplet: 5F, 46 and 3E. RGB value is (95,70,62). Sum of RGB (Red+Green+Blue) = 95+70+62=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 95 - color contains mainly: red. Hex color #5F463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F463E is #A0B9C1. Grayscale: #4C4C4C. Windows color (decimal): -10533314 or 4081247. OLE color: 4081247.
HSL color Cylindrical-coordinate representation of color #5F463E: hue angle of 14.55º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F463E is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 70 | 62 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.63 |
| HSL | 14.55º | 0.21% | 0.31% | - |
| HSV(B) | 14.55º | 0.35% | 0.37% | - |
| XYZ | 7.78 | 7.16 | 5.53 | - |
| YUV | 76.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 70 | 62 | 0 | 0.26 | 0.35 | 0.63 | 14.55 | 0.21 | 0.31 |
| Hex | 5F | 46 | 3E | 0 | 1A | 23 | 3F | F | 15 | 1F |
| Octal | 137 | 106 | 76 | 0 | 32 | 43 | 77 | 17 | 25 | 37 |
| Binary | 1011111 | 1000110 | 111110 | 0 | 11010 | 100011 | 111111 | 1111 | 10101 | 11111 |
Color Harmonies of #5F463E
Complementary color
Monochromatic Colors of #5F463E
Black with #5F463E
Text Example
Text Example
White with #5F463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F463E; }
p { color: rgb(95,70,62); }
H1.HeaderClassName
{
color: #5F463E;
}
.AnyTagClassName
{
color: #5F463E;
}
</style>
background-color css
<style>
a { background-color: #5F463E; }
a { background-color: rgb(95,70,62); }
div.DivClassName
{
background-color: #5F463E;
}
.BgClassName
{
background-color: #5F463E;
}
</style>
border-color css
<style>
span { border-color: #5F463E; }
span { border-color: rgb(95,70,62); }
td.TdClassName
{
border-color: #5F463E;
}
.TagClassName
{
border-color: #5F463E;
}
</style>