Shades of Redwood #5B3531
Tints of Redwood #5B3531
RGB
CMYK
RGB Variations
Color information
#5B3531 (or 0x5B3531) is known color: Redwood. HEX triplet: 5B, 35 and 31. RGB value is (91,53,49). Sum of RGB (Red+Green+Blue) = 91+53+49=193 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.15% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3531 is #A4CACE. Grayscale: #3F3F3F. Windows color (decimal): -10799823 or 3224923. OLE color: 3224923.
HSL color Cylindrical-coordinate representation of color #5B3531: hue angle of 5.71º 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 #5B3531 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 53 | 49 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.64 |
| HSL | 5.71º | 0.3% | 0.27% | - |
| HSV(B) | 5.71º | 0.46% | 0.36% | - |
| XYZ | 6.14 | 4.99 | 3.55 | - |
| YUV | 63.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 49 | 0 | 0.42 | 0.46 | 0.64 | 5.71 | 0.3 | 0.27 |
| Hex | 5B | 35 | 31 | 0 | 2A | 2E | 40 | 6 | 1E | 1B |
| Octal | 133 | 65 | 61 | 0 | 52 | 56 | 100 | 6 | 36 | 33 |
| Binary | 1011011 | 110101 | 110001 | 0 | 101010 | 101110 | 1000000 | 110 | 11110 | 11011 |
Color Harmonies of #5B3531
Complementary color
Monochromatic Colors of #5B3531
Black with #5B3531
Text Example
Text Example
White with #5B3531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3531; }
p { color: rgb(91,53,49); }
H1.HeaderClassName
{
color: #5B3531;
}
.AnyTagClassName
{
color: #5B3531;
}
</style>
background-color css
<style>
a { background-color: #5B3531; }
a { background-color: rgb(91,53,49); }
div.DivClassName
{
background-color: #5B3531;
}
.BgClassName
{
background-color: #5B3531;
}
</style>
border-color css
<style>
span { border-color: #5B3531; }
span { border-color: rgb(91,53,49); }
td.TdClassName
{
border-color: #5B3531;
}
.TagClassName
{
border-color: #5B3531;
}
</style>