Shades of Redwood #5E3633
Tints of Redwood #5E3633
RGB
CMYK
RGB Variations
Color information
#5E3633 (or 0x5E3633) is known color: Redwood. HEX triplet: 5E, 36 and 33. RGB value is (94,54,51). Sum of RGB (Red+Green+Blue) = 94+54+51=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3633 is #A1C9CC. Grayscale: #414141. Windows color (decimal): -10602957 or 3356254. OLE color: 3356254.
HSL color Cylindrical-coordinate representation of color #5E3633: hue angle of 4.19º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E3633 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 54 | 51 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.63 |
| HSL | 4.19º | 0.3% | 0.28% | - |
| HSV(B) | 4.19º | 0.46% | 0.37% | - |
| XYZ | 6.53 | 5.26 | 3.8 | - |
| YUV | 65.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 51 | 0 | 0.43 | 0.46 | 0.63 | 4.19 | 0.3 | 0.28 |
| Hex | 5E | 36 | 33 | 0 | 2B | 2E | 3F | 4 | 1E | 1C |
| Octal | 136 | 66 | 63 | 0 | 53 | 56 | 77 | 4 | 36 | 34 |
| Binary | 1011110 | 110110 | 110011 | 0 | 101011 | 101110 | 111111 | 100 | 11110 | 11100 |
Color Harmonies of #5E3633
Complementary color
Monochromatic Colors of #5E3633
Black with #5E3633
Text Example
Text Example
White with #5E3633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3633; }
p { color: rgb(94,54,51); }
H1.HeaderClassName
{
color: #5E3633;
}
.AnyTagClassName
{
color: #5E3633;
}
</style>
background-color css
<style>
a { background-color: #5E3633; }
a { background-color: rgb(94,54,51); }
div.DivClassName
{
background-color: #5E3633;
}
.BgClassName
{
background-color: #5E3633;
}
</style>
border-color css
<style>
span { border-color: #5E3633; }
span { border-color: rgb(94,54,51); }
td.TdClassName
{
border-color: #5E3633;
}
.TagClassName
{
border-color: #5E3633;
}
</style>