Shades of Redwood #5E3934
Tints of Redwood #5E3934
RGB
CMYK
RGB Variations
Color information
#5E3934 (or 0x5E3934) is known color: Redwood. HEX triplet: 5E, 39 and 34. RGB value is (94,57,52). Sum of RGB (Red+Green+Blue) = 94+57+52=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3934 is #A1C6CB. Grayscale: #434343. Windows color (decimal): -10602188 or 3422558. OLE color: 3422558.
HSL color Cylindrical-coordinate representation of color #5E3934: hue angle of 7.14º 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 #5E3934 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 57 | 52 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.63 |
| HSL | 7.14º | 0.29% | 0.29% | - |
| HSV(B) | 7.14º | 0.45% | 0.37% | - |
| XYZ | 6.7 | 5.55 | 3.97 | - |
| YUV | 67.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 57 | 52 | 0 | 0.39 | 0.45 | 0.63 | 7.14 | 0.29 | 0.29 |
| Hex | 5E | 39 | 34 | 0 | 27 | 2D | 3F | 7 | 1D | 1D |
| Octal | 136 | 71 | 64 | 0 | 47 | 55 | 77 | 7 | 35 | 35 |
| Binary | 1011110 | 111001 | 110100 | 0 | 100111 | 101101 | 111111 | 111 | 11101 | 11101 |
Color Harmonies of #5E3934
Complementary color
Monochromatic Colors of #5E3934
Black with #5E3934
Text Example
Text Example
White with #5E3934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3934; }
p { color: rgb(94,57,52); }
H1.HeaderClassName
{
color: #5E3934;
}
.AnyTagClassName
{
color: #5E3934;
}
</style>
background-color css
<style>
a { background-color: #5E3934; }
a { background-color: rgb(94,57,52); }
div.DivClassName
{
background-color: #5E3934;
}
.BgClassName
{
background-color: #5E3934;
}
</style>
border-color css
<style>
span { border-color: #5E3934; }
span { border-color: rgb(94,57,52); }
td.TdClassName
{
border-color: #5E3934;
}
.TagClassName
{
border-color: #5E3934;
}
</style>