Shades of Redwood #5E3634
Tints of Redwood #5E3634
RGB
CMYK
RGB Variations
Color information
#5E3634 (or 0x5E3634) is known color: Redwood. HEX triplet: 5E, 36 and 34. RGB value is (94,54,52). Sum of RGB (Red+Green+Blue) = 94+54+52=200 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3634 is #A1C9CB. Grayscale: #414141. Windows color (decimal): -10602956 or 3421790. OLE color: 3421790.
HSL color Cylindrical-coordinate representation of color #5E3634: hue angle of 2.86º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E3634 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 54 | 52 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.63 |
| HSL | 2.86º | 0.29% | 0.29% | - |
| HSV(B) | 2.86º | 0.45% | 0.37% | - |
| XYZ | 6.56 | 5.27 | 3.92 | - |
| YUV | 65.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 52 | 0 | 0.43 | 0.45 | 0.63 | 2.86 | 0.29 | 0.29 |
| Hex | 5E | 36 | 34 | 0 | 2B | 2D | 3F | 3 | 1D | 1D |
| Octal | 136 | 66 | 64 | 0 | 53 | 55 | 77 | 3 | 35 | 35 |
| Binary | 1011110 | 110110 | 110100 | 0 | 101011 | 101101 | 111111 | 11 | 11101 | 11101 |
Color Harmonies of #5E3634
Complementary color
Monochromatic Colors of #5E3634
Black with #5E3634
Text Example
Text Example
White with #5E3634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3634; }
p { color: rgb(94,54,52); }
H1.HeaderClassName
{
color: #5E3634;
}
.AnyTagClassName
{
color: #5E3634;
}
</style>
background-color css
<style>
a { background-color: #5E3634; }
a { background-color: rgb(94,54,52); }
div.DivClassName
{
background-color: #5E3634;
}
.BgClassName
{
background-color: #5E3634;
}
</style>
border-color css
<style>
span { border-color: #5E3634; }
span { border-color: rgb(94,54,52); }
td.TdClassName
{
border-color: #5E3634;
}
.TagClassName
{
border-color: #5E3634;
}
</style>