Shades of Redwood #5B3635
Tints of Redwood #5B3635
RGB
CMYK
RGB Variations
Color information
#5B3635 (or 0x5B3635) is known color: Redwood. HEX triplet: 5B, 36 and 35. RGB value is (91,54,53). Sum of RGB (Red+Green+Blue) = 91+54+53=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3635 is #A4C9CA. Grayscale: #404040. Windows color (decimal): -10799563 or 3487323. OLE color: 3487323.
HSL color Cylindrical-coordinate representation of color #5B3635: hue angle of 1.58º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B3635 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 54 | 53 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.64 |
| HSL | 1.58º | 0.26% | 0.28% | - |
| HSV(B) | 1.58º | 0.42% | 0.36% | - |
| XYZ | 6.28 | 5.12 | 4.03 | - |
| YUV | 64.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 53 | 0 | 0.41 | 0.42 | 0.64 | 1.58 | 0.26 | 0.28 |
| Hex | 5B | 36 | 35 | 0 | 29 | 2A | 40 | 2 | 1A | 1C |
| Octal | 133 | 66 | 65 | 0 | 51 | 52 | 100 | 2 | 32 | 34 |
| Binary | 1011011 | 110110 | 110101 | 0 | 101001 | 101010 | 1000000 | 10 | 11010 | 11100 |
Color Harmonies of #5B3635
Complementary color
Monochromatic Colors of #5B3635
Black with #5B3635
Text Example
Text Example
White with #5B3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3635; }
p { color: rgb(91,54,53); }
H1.HeaderClassName
{
color: #5B3635;
}
.AnyTagClassName
{
color: #5B3635;
}
</style>
background-color css
<style>
a { background-color: #5B3635; }
a { background-color: rgb(91,54,53); }
div.DivClassName
{
background-color: #5B3635;
}
.BgClassName
{
background-color: #5B3635;
}
</style>
border-color css
<style>
span { border-color: #5B3635; }
span { border-color: rgb(91,54,53); }
td.TdClassName
{
border-color: #5B3635;
}
.TagClassName
{
border-color: #5B3635;
}
</style>