Shades of Woody Brown #5E403E
Tints of Woody Brown #5E403E
RGB
CMYK
RGB Variations
Color information
#5E403E (or 0x5E403E) is known color: Woody Brown. HEX triplet: 5E, 40 and 3E. RGB value is (94,64,62). Sum of RGB (Red+Green+Blue) = 94+64+62=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 94 - color contains mainly: red. Hex color #5E403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E403E is #A1BFC1. Grayscale: #484848. Windows color (decimal): -10600386 or 4079710. OLE color: 4079710.
HSL color Cylindrical-coordinate representation of color #5E403E: hue angle of 3.75º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E403E is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 64 | 62 | - |
CMYK | 0 | 0.32 | 0.34 | 0.63 |
HSL | 3.75º | 0.21% | 0.31% | - |
HSV(B) | 3.75º | 0.34% | 0.37% | - |
XYZ | 7.32 | 6.39 | 5.41 | - |
YUV | 72.74 | 121.94 | 143.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 64 | 62 | 0 | 0.32 | 0.34 | 0.63 | 3.75 | 0.21 | 0.31 |
Hex | 5E | 40 | 3E | 0 | 20 | 22 | 3F | 4 | 15 | 1F |
Octal | 136 | 100 | 76 | 0 | 40 | 42 | 77 | 4 | 25 | 37 |
Binary | 1011110 | 1000000 | 111110 | 0 | 100000 | 100010 | 111111 | 100 | 10101 | 11111 |
Color Harmonies of #5E403E
Complementary color
Monochromatic Colors of #5E403E
Black with #5E403E
Text Example
Text Example
White with #5E403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E403E; }
p { color: rgb(94,64,62); }
H1.HeaderClassName
{
color: #5E403E;
}
.AnyTagClassName
{
color: #5E403E;
}
</style>
background-color css
<style>
a { background-color: #5E403E; }
a { background-color: rgb(94,64,62); }
div.DivClassName
{
background-color: #5E403E;
}
.BgClassName
{
background-color: #5E403E;
}
</style>
border-color css
<style>
span { border-color: #5E403E; }
span { border-color: rgb(94,64,62); }
td.TdClassName
{
border-color: #5E403E;
}
.TagClassName
{
border-color: #5E403E;
}
</style>