Shades of Woody Brown #58413F
Tints of Woody Brown #58413F
RGB
CMYK
RGB Variations
Color information
#58413F (or 0x58413F) is known color: Woody Brown. HEX triplet: 58, 41 and 3F. RGB value is (88,65,63). Sum of RGB (Red+Green+Blue) = 88+65+63=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #58413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58413F is #A7BEC0. Grayscale: #474747. Windows color (decimal): -10993345 or 4145496. OLE color: 4145496.
HSL color Cylindrical-coordinate representation of color #58413F: hue angle of 4.8º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58413F is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 65 | 63 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.65 |
| HSL | 4.8º | 0.17% | 0.3% | - |
| HSV(B) | 4.8º | 0.28% | 0.35% | - |
| XYZ | 6.81 | 6.21 | 5.54 | - |
| YUV | 71.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 63 | 0 | 0.26 | 0.28 | 0.65 | 4.8 | 0.17 | 0.3 |
| Hex | 58 | 41 | 3F | 0 | 1A | 1C | 41 | 5 | 11 | 1E |
| Octal | 130 | 101 | 77 | 0 | 32 | 34 | 101 | 5 | 21 | 36 |
| Binary | 1011000 | 1000001 | 111111 | 0 | 11010 | 11100 | 1000001 | 101 | 10001 | 11110 |
Color Harmonies of #58413F
Complementary color
Monochromatic Colors of #58413F
Black with #58413F
Text Example
Text Example
White with #58413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58413F; }
p { color: rgb(88,65,63); }
H1.HeaderClassName
{
color: #58413F;
}
.AnyTagClassName
{
color: #58413F;
}
</style>
background-color css
<style>
a { background-color: #58413F; }
a { background-color: rgb(88,65,63); }
div.DivClassName
{
background-color: #58413F;
}
.BgClassName
{
background-color: #58413F;
}
</style>
border-color css
<style>
span { border-color: #58413F; }
span { border-color: rgb(88,65,63); }
td.TdClassName
{
border-color: #58413F;
}
.TagClassName
{
border-color: #58413F;
}
</style>