Shades of Redwood #5E3937
Tints of Redwood #5E3937
RGB
CMYK
RGB Variations
Color information
#5E3937 (or 0x5E3937) is known color: Redwood. HEX triplet: 5E, 39 and 37. RGB value is (94,57,55). Sum of RGB (Red+Green+Blue) = 94+57+55=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3937 is #A1C6C8. Grayscale: #434343. Windows color (decimal): -10602185 or 3619166. OLE color: 3619166.
HSL color Cylindrical-coordinate representation of color #5E3937: hue angle of 3.08º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E3937 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 57 | 55 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.63 |
| HSL | 3.08º | 0.26% | 0.29% | - |
| HSV(B) | 3.08º | 0.41% | 0.37% | - |
| XYZ | 6.77 | 5.58 | 4.34 | - |
| YUV | 67.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 57 | 55 | 0 | 0.39 | 0.41 | 0.63 | 3.08 | 0.26 | 0.29 |
| Hex | 5E | 39 | 37 | 0 | 27 | 29 | 3F | 3 | 1A | 1D |
| Octal | 136 | 71 | 67 | 0 | 47 | 51 | 77 | 3 | 32 | 35 |
| Binary | 1011110 | 111001 | 110111 | 0 | 100111 | 101001 | 111111 | 11 | 11010 | 11101 |
Color Harmonies of #5E3937
Complementary color
Monochromatic Colors of #5E3937
Black with #5E3937
Text Example
Text Example
White with #5E3937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3937; }
p { color: rgb(94,57,55); }
H1.HeaderClassName
{
color: #5E3937;
}
.AnyTagClassName
{
color: #5E3937;
}
</style>
background-color css
<style>
a { background-color: #5E3937; }
a { background-color: rgb(94,57,55); }
div.DivClassName
{
background-color: #5E3937;
}
.BgClassName
{
background-color: #5E3937;
}
</style>
border-color css
<style>
span { border-color: #5E3937; }
span { border-color: rgb(94,57,55); }
td.TdClassName
{
border-color: #5E3937;
}
.TagClassName
{
border-color: #5E3937;
}
</style>