Shades of Woody Brown #5F413E
Tints of Woody Brown #5F413E
RGB
CMYK
RGB Variations
Color information
#5F413E (or 0x5F413E) is known color: Woody Brown. HEX triplet: 5F, 41 and 3E. RGB value is (95,65,62). Sum of RGB (Red+Green+Blue) = 95+65+62=222 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.79% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 95 - color contains mainly: red. Hex color #5F413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F413E is #A0BEC1. Grayscale: #494949. Windows color (decimal): -10534594 or 4079967. OLE color: 4079967.
HSL color Cylindrical-coordinate representation of color #5F413E: hue angle of 5.45º 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 #5F413E is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 65 | 62 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.63 |
| HSL | 5.45º | 0.21% | 0.31% | - |
| HSV(B) | 5.45º | 0.35% | 0.37% | - |
| XYZ | 7.48 | 6.56 | 5.43 | - |
| YUV | 73.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 62 | 0 | 0.32 | 0.35 | 0.63 | 5.45 | 0.21 | 0.31 |
| Hex | 5F | 41 | 3E | 0 | 20 | 23 | 3F | 5 | 15 | 1F |
| Octal | 137 | 101 | 76 | 0 | 40 | 43 | 77 | 5 | 25 | 37 |
| Binary | 1011111 | 1000001 | 111110 | 0 | 100000 | 100011 | 111111 | 101 | 10101 | 11111 |
Color Harmonies of #5F413E
Complementary color
Monochromatic Colors of #5F413E
Black with #5F413E
Text Example
Text Example
White with #5F413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F413E; }
p { color: rgb(95,65,62); }
H1.HeaderClassName
{
color: #5F413E;
}
.AnyTagClassName
{
color: #5F413E;
}
</style>
background-color css
<style>
a { background-color: #5F413E; }
a { background-color: rgb(95,65,62); }
div.DivClassName
{
background-color: #5F413E;
}
.BgClassName
{
background-color: #5F413E;
}
</style>
border-color css
<style>
span { border-color: #5F413E; }
span { border-color: rgb(95,65,62); }
td.TdClassName
{
border-color: #5F413E;
}
.TagClassName
{
border-color: #5F413E;
}
</style>