Shades of Woody Brown #5F403E
Tints of Woody Brown #5F403E
RGB
CMYK
RGB Variations
Color information
#5F403E (or 0x5F403E) is known color: Woody Brown. HEX triplet: 5F, 40 and 3E. RGB value is (95,64,62). Sum of RGB (Red+Green+Blue) = 95+64+62=221 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.99% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 95 - color contains mainly: red. Hex color #5F403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F403E is #A0BFC1. Grayscale: #494949. Windows color (decimal): -10534850 or 4079711. OLE color: 4079711.
HSL color Cylindrical-coordinate representation of color #5F403E: hue angle of 3.64º 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 #5F403E is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 64 | 62 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.63 |
| HSL | 3.64º | 0.21% | 0.31% | - |
| HSV(B) | 3.64º | 0.35% | 0.37% | - |
| XYZ | 7.42 | 6.45 | 5.41 | - |
| YUV | 73.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 62 | 0 | 0.33 | 0.35 | 0.63 | 3.64 | 0.21 | 0.31 |
| Hex | 5F | 40 | 3E | 0 | 21 | 23 | 3F | 4 | 15 | 1F |
| Octal | 137 | 100 | 76 | 0 | 41 | 43 | 77 | 4 | 25 | 37 |
| Binary | 1011111 | 1000000 | 111110 | 0 | 100001 | 100011 | 111111 | 100 | 10101 | 11111 |
Color Harmonies of #5F403E
Complementary color
Monochromatic Colors of #5F403E
Black with #5F403E
Text Example
Text Example
White with #5F403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F403E; }
p { color: rgb(95,64,62); }
H1.HeaderClassName
{
color: #5F403E;
}
.AnyTagClassName
{
color: #5F403E;
}
</style>
background-color css
<style>
a { background-color: #5F403E; }
a { background-color: rgb(95,64,62); }
div.DivClassName
{
background-color: #5F403E;
}
.BgClassName
{
background-color: #5F403E;
}
</style>
border-color css
<style>
span { border-color: #5F403E; }
span { border-color: rgb(95,64,62); }
td.TdClassName
{
border-color: #5F403E;
}
.TagClassName
{
border-color: #5F403E;
}
</style>