Shades of Redwood #5B3631
Tints of Redwood #5B3631
RGB
CMYK
RGB Variations
Color information
#5B3631 (or 0x5B3631) is known color: Redwood. HEX triplet: 5B, 36 and 31. RGB value is (91,54,49). Sum of RGB (Red+Green+Blue) = 91+54+49=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3631 is #A4C9CE. Grayscale: #404040. Windows color (decimal): -10799567 or 3225179. OLE color: 3225179.
HSL color Cylindrical-coordinate representation of color #5B3631: hue angle of 7.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B3631 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 54 | 49 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.64 |
| HSL | 7.14º | 0.3% | 0.27% | - |
| HSV(B) | 7.14º | 0.46% | 0.36% | - |
| XYZ | 6.19 | 5.08 | 3.56 | - |
| YUV | 64.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 49 | 0 | 0.41 | 0.46 | 0.64 | 7.14 | 0.3 | 0.27 |
| Hex | 5B | 36 | 31 | 0 | 29 | 2E | 40 | 7 | 1E | 1B |
| Octal | 133 | 66 | 61 | 0 | 51 | 56 | 100 | 7 | 36 | 33 |
| Binary | 1011011 | 110110 | 110001 | 0 | 101001 | 101110 | 1000000 | 111 | 11110 | 11011 |
Color Harmonies of #5B3631
Complementary color
Monochromatic Colors of #5B3631
Black with #5B3631
Text Example
Text Example
White with #5B3631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3631; }
p { color: rgb(91,54,49); }
H1.HeaderClassName
{
color: #5B3631;
}
.AnyTagClassName
{
color: #5B3631;
}
</style>
background-color css
<style>
a { background-color: #5B3631; }
a { background-color: rgb(91,54,49); }
div.DivClassName
{
background-color: #5B3631;
}
.BgClassName
{
background-color: #5B3631;
}
</style>
border-color css
<style>
span { border-color: #5B3631; }
span { border-color: rgb(91,54,49); }
td.TdClassName
{
border-color: #5B3631;
}
.TagClassName
{
border-color: #5B3631;
}
</style>