Shades of Dark Brown #5F4017
Tints of Dark Brown #5F4017
RGB
CMYK
RGB Variations
Color information
#5F4017 (or 0x5F4017) is known color: Dark Brown. HEX triplet: 5F, 40 and 17. RGB value is (95,64,23). Sum of RGB (Red+Green+Blue) = 95+64+23=182 (24% of max value = 765). Red value is 95 (37.5% from 255 or 52.20% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4017 is #A0BFE8. Grayscale: #444444. Windows color (decimal): -10534889 or 1523807. OLE color: 1523807.
HSL color Cylindrical-coordinate representation of color #5F4017: hue angle of 34.17º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F4017 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 64 | 23 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.63 |
| HSL | 34.17º | 0.61% | 0.23% | - |
| HSV(B) | 34.17º | 0.76% | 0.37% | - |
| XYZ | 6.71 | 6.16 | 1.65 | - |
| YUV | 68.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 23 | 0 | 0.33 | 0.76 | 0.63 | 34.17 | 0.61 | 0.23 |
| Hex | 5F | 40 | 17 | 0 | 21 | 4C | 3F | 22 | 3D | 17 |
| Octal | 137 | 100 | 27 | 0 | 41 | 114 | 77 | 42 | 75 | 27 |
| Binary | 1011111 | 1000000 | 10111 | 0 | 100001 | 1001100 | 111111 | 100010 | 111101 | 10111 |
Color Harmonies of #5F4017
Complementary color
Monochromatic Colors of #5F4017
Black with #5F4017
Text Example
Text Example
White with #5F4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4017; }
p { color: rgb(95,64,23); }
H1.HeaderClassName
{
color: #5F4017;
}
.AnyTagClassName
{
color: #5F4017;
}
</style>
background-color css
<style>
a { background-color: #5F4017; }
a { background-color: rgb(95,64,23); }
div.DivClassName
{
background-color: #5F4017;
}
.BgClassName
{
background-color: #5F4017;
}
</style>
border-color css
<style>
span { border-color: #5F4017; }
span { border-color: rgb(95,64,23); }
td.TdClassName
{
border-color: #5F4017;
}
.TagClassName
{
border-color: #5F4017;
}
</style>