Shades of Redwood #5B3931
Tints of Redwood #5B3931
RGB
CMYK
RGB Variations
Color information
#5B3931 (or 0x5B3931) is known color: Redwood. HEX triplet: 5B, 39 and 31. RGB value is (91,57,49). Sum of RGB (Red+Green+Blue) = 91+57+49=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3931 is #A4C6CE. Grayscale: #424242. Windows color (decimal): -10798799 or 3225947. OLE color: 3225947.
HSL color Cylindrical-coordinate representation of color #5B3931: hue angle of 11.43º 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 #5B3931 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 57 | 49 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.64 |
| HSL | 11.43º | 0.3% | 0.27% | - |
| HSV(B) | 11.43º | 0.46% | 0.36% | - |
| XYZ | 6.33 | 5.37 | 3.61 | - |
| YUV | 66.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 57 | 49 | 0 | 0.37 | 0.46 | 0.64 | 11.43 | 0.3 | 0.27 |
| Hex | 5B | 39 | 31 | 0 | 25 | 2E | 40 | B | 1E | 1B |
| Octal | 133 | 71 | 61 | 0 | 45 | 56 | 100 | 13 | 36 | 33 |
| Binary | 1011011 | 111001 | 110001 | 0 | 100101 | 101110 | 1000000 | 1011 | 11110 | 11011 |
Color Harmonies of #5B3931
Complementary color
Monochromatic Colors of #5B3931
Black with #5B3931
Text Example
Text Example
White with #5B3931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3931; }
p { color: rgb(91,57,49); }
H1.HeaderClassName
{
color: #5B3931;
}
.AnyTagClassName
{
color: #5B3931;
}
</style>
background-color css
<style>
a { background-color: #5B3931; }
a { background-color: rgb(91,57,49); }
div.DivClassName
{
background-color: #5B3931;
}
.BgClassName
{
background-color: #5B3931;
}
</style>
border-color css
<style>
span { border-color: #5B3931; }
span { border-color: rgb(91,57,49); }
td.TdClassName
{
border-color: #5B3931;
}
.TagClassName
{
border-color: #5B3931;
}
</style>