Shades of Redwood #5E372D
Tints of Redwood #5E372D
RGB
CMYK
RGB Variations
Color information
#5E372D (or 0x5E372D) is known color: Redwood. HEX triplet: 5E, 37 and 2D. RGB value is (94,55,45). Sum of RGB (Red+Green+Blue) = 94+55+45=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 94 - color contains mainly: red. Hex color #5E372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E372D is #A1C8D2. Grayscale: #414141. Windows color (decimal): -10602707 or 2963294. OLE color: 2963294.
HSL color Cylindrical-coordinate representation of color #5E372D: hue angle of 12.24º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E372D is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 55 | 45 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.63 |
| HSL | 12.24º | 0.35% | 0.27% | - |
| HSV(B) | 12.24º | 0.52% | 0.37% | - |
| XYZ | 6.46 | 5.3 | 3.17 | - |
| YUV | 65.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 45 | 0 | 0.41 | 0.52 | 0.63 | 12.24 | 0.35 | 0.27 |
| Hex | 5E | 37 | 2D | 0 | 29 | 34 | 3F | C | 23 | 1B |
| Octal | 136 | 67 | 55 | 0 | 51 | 64 | 77 | 14 | 43 | 33 |
| Binary | 1011110 | 110111 | 101101 | 0 | 101001 | 110100 | 111111 | 1100 | 100011 | 11011 |
Color Harmonies of #5E372D
Complementary color
Monochromatic Colors of #5E372D
Black with #5E372D
Text Example
Text Example
White with #5E372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E372D; }
p { color: rgb(94,55,45); }
H1.HeaderClassName
{
color: #5E372D;
}
.AnyTagClassName
{
color: #5E372D;
}
</style>
background-color css
<style>
a { background-color: #5E372D; }
a { background-color: rgb(94,55,45); }
div.DivClassName
{
background-color: #5E372D;
}
.BgClassName
{
background-color: #5E372D;
}
</style>
border-color css
<style>
span { border-color: #5E372D; }
span { border-color: rgb(94,55,45); }
td.TdClassName
{
border-color: #5E372D;
}
.TagClassName
{
border-color: #5E372D;
}
</style>