Shades of Redwood #5E3936
Tints of Redwood #5E3936
RGB
CMYK
RGB Variations
Color information
#5E3936 (or 0x5E3936) is known color: Redwood. HEX triplet: 5E, 39 and 36. RGB value is (94,57,54). Sum of RGB (Red+Green+Blue) = 94+57+54=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3936 is #A1C6C9. Grayscale: #434343. Windows color (decimal): -10602186 or 3553630. OLE color: 3553630.
HSL color Cylindrical-coordinate representation of color #5E3936: hue angle of 4.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E3936 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 57 | 54 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.63 |
| HSL | 4.5º | 0.27% | 0.29% | - |
| HSV(B) | 4.5º | 0.43% | 0.37% | - |
| XYZ | 6.75 | 5.57 | 4.21 | - |
| YUV | 67.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 57 | 54 | 0 | 0.39 | 0.43 | 0.63 | 4.5 | 0.27 | 0.29 |
| Hex | 5E | 39 | 36 | 0 | 27 | 2B | 3F | 4 | 1B | 1D |
| Octal | 136 | 71 | 66 | 0 | 47 | 53 | 77 | 4 | 33 | 35 |
| Binary | 1011110 | 111001 | 110110 | 0 | 100111 | 101011 | 111111 | 100 | 11011 | 11101 |
Color Harmonies of #5E3936
Complementary color
Monochromatic Colors of #5E3936
Black with #5E3936
Text Example
Text Example
White with #5E3936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3936; }
p { color: rgb(94,57,54); }
H1.HeaderClassName
{
color: #5E3936;
}
.AnyTagClassName
{
color: #5E3936;
}
</style>
background-color css
<style>
a { background-color: #5E3936; }
a { background-color: rgb(94,57,54); }
div.DivClassName
{
background-color: #5E3936;
}
.BgClassName
{
background-color: #5E3936;
}
</style>
border-color css
<style>
span { border-color: #5E3936; }
span { border-color: rgb(94,57,54); }
td.TdClassName
{
border-color: #5E3936;
}
.TagClassName
{
border-color: #5E3936;
}
</style>