Shades of Very Dark Brown #5F413B
Tints of Very Dark Brown #5F413B
RGB
CMYK
RGB Variations
Color information
#5F413B (or 0x5F413B) is known color: Very Dark Brown. HEX triplet: 5F, 41 and 3B. RGB value is (95,65,59). Sum of RGB (Red+Green+Blue) = 95+65+59=219 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.38% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 95 - color contains mainly: red. Hex color #5F413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F413B is #A0BEC4. Grayscale: #494949. Windows color (decimal): -10534597 or 3883359. OLE color: 3883359.
HSL color Cylindrical-coordinate representation of color #5F413B: hue angle of 10º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F413B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 65 | 59 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.63 |
| HSL | 10º | 0.23% | 0.3% | - |
| HSV(B) | 10º | 0.38% | 0.37% | - |
| XYZ | 7.4 | 6.53 | 5.01 | - |
| YUV | 73.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 59 | 0 | 0.32 | 0.38 | 0.63 | 10 | 0.23 | 0.3 |
| Hex | 5F | 41 | 3B | 0 | 20 | 26 | 3F | A | 17 | 1E |
| Octal | 137 | 101 | 73 | 0 | 40 | 46 | 77 | 12 | 27 | 36 |
| Binary | 1011111 | 1000001 | 111011 | 0 | 100000 | 100110 | 111111 | 1010 | 10111 | 11110 |
Color Harmonies of #5F413B
Complementary color
Monochromatic Colors of #5F413B
Black with #5F413B
Text Example
Text Example
White with #5F413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F413B; }
p { color: rgb(95,65,59); }
H1.HeaderClassName
{
color: #5F413B;
}
.AnyTagClassName
{
color: #5F413B;
}
</style>
background-color css
<style>
a { background-color: #5F413B; }
a { background-color: rgb(95,65,59); }
div.DivClassName
{
background-color: #5F413B;
}
.BgClassName
{
background-color: #5F413B;
}
</style>
border-color css
<style>
span { border-color: #5F413B; }
span { border-color: rgb(95,65,59); }
td.TdClassName
{
border-color: #5F413B;
}
.TagClassName
{
border-color: #5F413B;
}
</style>