Shades of Redwood #5E3835
Tints of Redwood #5E3835
RGB
CMYK
RGB Variations
Color information
#5E3835 (or 0x5E3835) is known color: Redwood. HEX triplet: 5E, 38 and 35. RGB value is (94,56,53). Sum of RGB (Red+Green+Blue) = 94+56+53=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3835 is #A1C7CA. Grayscale: #434343. Windows color (decimal): -10602443 or 3487838. OLE color: 3487838.
HSL color Cylindrical-coordinate representation of color #5E3835: hue angle of 4.39º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E3835 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 56 | 53 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.63 |
| HSL | 4.39º | 0.28% | 0.29% | - |
| HSV(B) | 4.39º | 0.44% | 0.37% | - |
| XYZ | 6.67 | 5.47 | 4.07 | - |
| YUV | 67.02 | 120.09 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 53 | 0 | 0.40 | 0.44 | 0.63 | 4.39 | 0.28 | 0.29 |
| Hex | 5E | 38 | 35 | 0 | 28 | 2C | 3F | 4 | 1C | 1D |
| Octal | 136 | 70 | 65 | 0 | 50 | 54 | 77 | 4 | 34 | 35 |
| Binary | 1011110 | 111000 | 110101 | 0 | 101000 | 101100 | 111111 | 100 | 11100 | 11101 |
Color Harmonies of #5E3835
Complementary color
Monochromatic Colors of #5E3835
Black with #5E3835
Text Example
Text Example
White with #5E3835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3835; }
p { color: rgb(94,56,53); }
H1.HeaderClassName
{
color: #5E3835;
}
.AnyTagClassName
{
color: #5E3835;
}
</style>
background-color css
<style>
a { background-color: #5E3835; }
a { background-color: rgb(94,56,53); }
div.DivClassName
{
background-color: #5E3835;
}
.BgClassName
{
background-color: #5E3835;
}
</style>
border-color css
<style>
span { border-color: #5E3835; }
span { border-color: rgb(94,56,53); }
td.TdClassName
{
border-color: #5E3835;
}
.TagClassName
{
border-color: #5E3835;
}
</style>