Shades of Redwood #5E3832
Tints of Redwood #5E3832
RGB
CMYK
RGB Variations
Color information
#5E3832 (or 0x5E3832) is known color: Redwood. HEX triplet: 5E, 38 and 32. RGB value is (94,56,50). Sum of RGB (Red+Green+Blue) = 94+56+50=200 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3832 is #A1C7CD. Grayscale: #424242. Windows color (decimal): -10602446 or 3291230. OLE color: 3291230.
HSL color Cylindrical-coordinate representation of color #5E3832: hue angle of 8.18º 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 #5E3832 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 56 | 50 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.63 |
| HSL | 8.18º | 0.31% | 0.28% | - |
| HSV(B) | 8.18º | 0.47% | 0.37% | - |
| XYZ | 6.61 | 5.44 | 3.72 | - |
| YUV | 66.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 50 | 0 | 0.40 | 0.47 | 0.63 | 8.18 | 0.31 | 0.28 |
| Hex | 5E | 38 | 32 | 0 | 28 | 2F | 3F | 8 | 1F | 1C |
| Octal | 136 | 70 | 62 | 0 | 50 | 57 | 77 | 10 | 37 | 34 |
| Binary | 1011110 | 111000 | 110010 | 0 | 101000 | 101111 | 111111 | 1000 | 11111 | 11100 |
Color Harmonies of #5E3832
Complementary color
Monochromatic Colors of #5E3832
Black with #5E3832
Text Example
Text Example
White with #5E3832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3832; }
p { color: rgb(94,56,50); }
H1.HeaderClassName
{
color: #5E3832;
}
.AnyTagClassName
{
color: #5E3832;
}
</style>
background-color css
<style>
a { background-color: #5E3832; }
a { background-color: rgb(94,56,50); }
div.DivClassName
{
background-color: #5E3832;
}
.BgClassName
{
background-color: #5E3832;
}
</style>
border-color css
<style>
span { border-color: #5E3832; }
span { border-color: rgb(94,56,50); }
td.TdClassName
{
border-color: #5E3832;
}
.TagClassName
{
border-color: #5E3832;
}
</style>