Shades of Redwood #5D3533
Tints of Redwood #5D3533
RGB
CMYK
RGB Variations
Color information
#5D3533 (or 0x5D3533) is known color: Redwood. HEX triplet: 5D, 35 and 33. RGB value is (93,53,51). Sum of RGB (Red+Green+Blue) = 93+53+51=197 (26% of max value = 765). Red value is 93 (36.72% from 255 or 47.21% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3533 is #A2CACC. Grayscale: #404040. Windows color (decimal): -10668749 or 3355997. OLE color: 3355997.
HSL color Cylindrical-coordinate representation of color #5D3533: hue angle of 2.86º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D3533 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 53 | 51 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.64 |
| HSL | 2.86º | 0.29% | 0.28% | - |
| HSV(B) | 2.86º | 0.45% | 0.36% | - |
| XYZ | 6.38 | 5.11 | 3.78 | - |
| YUV | 64.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 51 | 0 | 0.43 | 0.45 | 0.64 | 2.86 | 0.29 | 0.28 |
| Hex | 5D | 35 | 33 | 0 | 2B | 2D | 40 | 3 | 1D | 1C |
| Octal | 135 | 65 | 63 | 0 | 53 | 55 | 100 | 3 | 35 | 34 |
| Binary | 1011101 | 110101 | 110011 | 0 | 101011 | 101101 | 1000000 | 11 | 11101 | 11100 |
Color Harmonies of #5D3533
Complementary color
Monochromatic Colors of #5D3533
Black with #5D3533
Text Example
Text Example
White with #5D3533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3533; }
p { color: rgb(93,53,51); }
H1.HeaderClassName
{
color: #5D3533;
}
.AnyTagClassName
{
color: #5D3533;
}
</style>
background-color css
<style>
a { background-color: #5D3533; }
a { background-color: rgb(93,53,51); }
div.DivClassName
{
background-color: #5D3533;
}
.BgClassName
{
background-color: #5D3533;
}
</style>
border-color css
<style>
span { border-color: #5D3533; }
span { border-color: rgb(93,53,51); }
td.TdClassName
{
border-color: #5D3533;
}
.TagClassName
{
border-color: #5D3533;
}
</style>