Shades of Redwood #5B3831
Tints of Redwood #5B3831
RGB
CMYK
RGB Variations
Color information
#5B3831 (or 0x5B3831) is known color: Redwood. HEX triplet: 5B, 38 and 31. RGB value is (91,56,49). Sum of RGB (Red+Green+Blue) = 91+56+49=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3831 is #A4C7CE. Grayscale: #414141. Windows color (decimal): -10799055 or 3225691. OLE color: 3225691.
HSL color Cylindrical-coordinate representation of color #5B3831: hue angle of 10º 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 #5B3831 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 56 | 49 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.64 |
| HSL | 10º | 0.3% | 0.27% | - |
| HSV(B) | 10º | 0.46% | 0.36% | - |
| XYZ | 6.28 | 5.27 | 3.59 | - |
| YUV | 65.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 56 | 49 | 0 | 0.38 | 0.46 | 0.64 | 10 | 0.3 | 0.27 |
| Hex | 5B | 38 | 31 | 0 | 26 | 2E | 40 | A | 1E | 1B |
| Octal | 133 | 70 | 61 | 0 | 46 | 56 | 100 | 12 | 36 | 33 |
| Binary | 1011011 | 111000 | 110001 | 0 | 100110 | 101110 | 1000000 | 1010 | 11110 | 11011 |
Color Harmonies of #5B3831
Complementary color
Monochromatic Colors of #5B3831
Black with #5B3831
Text Example
Text Example
White with #5B3831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3831; }
p { color: rgb(91,56,49); }
H1.HeaderClassName
{
color: #5B3831;
}
.AnyTagClassName
{
color: #5B3831;
}
</style>
background-color css
<style>
a { background-color: #5B3831; }
a { background-color: rgb(91,56,49); }
div.DivClassName
{
background-color: #5B3831;
}
.BgClassName
{
background-color: #5B3831;
}
</style>
border-color css
<style>
span { border-color: #5B3831; }
span { border-color: rgb(91,56,49); }
td.TdClassName
{
border-color: #5B3831;
}
.TagClassName
{
border-color: #5B3831;
}
</style>