Shades of Redwood #5E3632
Tints of Redwood #5E3632
RGB
CMYK
RGB Variations
Color information
#5E3632 (or 0x5E3632) is known color: Redwood. HEX triplet: 5E, 36 and 32. RGB value is (94,54,50). Sum of RGB (Red+Green+Blue) = 94+54+50=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3632 is #A1C9CD. Grayscale: #414141. Windows color (decimal): -10602958 or 3290718. OLE color: 3290718.
HSL color Cylindrical-coordinate representation of color #5E3632: hue angle of 5.45º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E3632 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 54 | 50 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.63 |
| HSL | 5.45º | 0.31% | 0.28% | - |
| HSV(B) | 5.45º | 0.47% | 0.37% | - |
| XYZ | 6.51 | 5.25 | 3.69 | - |
| YUV | 65.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 50 | 0 | 0.43 | 0.47 | 0.63 | 5.45 | 0.31 | 0.28 |
| Hex | 5E | 36 | 32 | 0 | 2B | 2F | 3F | 5 | 1F | 1C |
| Octal | 136 | 66 | 62 | 0 | 53 | 57 | 77 | 5 | 37 | 34 |
| Binary | 1011110 | 110110 | 110010 | 0 | 101011 | 101111 | 111111 | 101 | 11111 | 11100 |
Color Harmonies of #5E3632
Complementary color
Monochromatic Colors of #5E3632
Black with #5E3632
Text Example
Text Example
White with #5E3632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3632; }
p { color: rgb(94,54,50); }
H1.HeaderClassName
{
color: #5E3632;
}
.AnyTagClassName
{
color: #5E3632;
}
</style>
background-color css
<style>
a { background-color: #5E3632; }
a { background-color: rgb(94,54,50); }
div.DivClassName
{
background-color: #5E3632;
}
.BgClassName
{
background-color: #5E3632;
}
</style>
border-color css
<style>
span { border-color: #5E3632; }
span { border-color: rgb(94,54,50); }
td.TdClassName
{
border-color: #5E3632;
}
.TagClassName
{
border-color: #5E3632;
}
</style>