Shades of Dark Brown #5F4117
Tints of Dark Brown #5F4117
RGB
CMYK
RGB Variations
Color information
#5F4117 (or 0x5F4117) is known color: Dark Brown. HEX triplet: 5F, 41 and 17. RGB value is (95,65,23). Sum of RGB (Red+Green+Blue) = 95+65+23=183 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.91% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4117 is #A0BEE8. Grayscale: #454545. Windows color (decimal): -10534633 or 1524063. OLE color: 1524063.
HSL color Cylindrical-coordinate representation of color #5F4117: hue angle of 35º 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 #5F4117 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 65 | 23 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.63 |
| HSL | 35º | 0.61% | 0.23% | - |
| HSV(B) | 35º | 0.76% | 0.37% | - |
| XYZ | 6.76 | 6.28 | 1.67 | - |
| YUV | 69.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 23 | 0 | 0.32 | 0.76 | 0.63 | 35 | 0.61 | 0.23 |
| Hex | 5F | 41 | 17 | 0 | 20 | 4C | 3F | 23 | 3D | 17 |
| Octal | 137 | 101 | 27 | 0 | 40 | 114 | 77 | 43 | 75 | 27 |
| Binary | 1011111 | 1000001 | 10111 | 0 | 100000 | 1001100 | 111111 | 100011 | 111101 | 10111 |
Color Harmonies of #5F4117
Complementary color
Monochromatic Colors of #5F4117
Black with #5F4117
Text Example
Text Example
White with #5F4117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4117; }
p { color: rgb(95,65,23); }
H1.HeaderClassName
{
color: #5F4117;
}
.AnyTagClassName
{
color: #5F4117;
}
</style>
background-color css
<style>
a { background-color: #5F4117; }
a { background-color: rgb(95,65,23); }
div.DivClassName
{
background-color: #5F4117;
}
.BgClassName
{
background-color: #5F4117;
}
</style>
border-color css
<style>
span { border-color: #5F4117; }
span { border-color: rgb(95,65,23); }
td.TdClassName
{
border-color: #5F4117;
}
.TagClassName
{
border-color: #5F4117;
}
</style>