Shades of Redwood #5D3B36
Tints of Redwood #5D3B36
RGB
CMYK
RGB Variations
Color information
#5D3B36 (or 0x5D3B36) is known color: Redwood. HEX triplet: 5D, 3B and 36. RGB value is (93,59,54). Sum of RGB (Red+Green+Blue) = 93+59+54=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3B36 is #A2C4C9. Grayscale: #444444. Windows color (decimal): -10667210 or 3554141. OLE color: 3554141.
HSL color Cylindrical-coordinate representation of color #5D3B36: hue angle of 7.69º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D3B36 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 59 | 54 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.64 |
| HSL | 7.69º | 0.27% | 0.29% | - |
| HSV(B) | 7.69º | 0.42% | 0.36% | - |
| XYZ | 6.74 | 5.72 | 4.24 | - |
| YUV | 68.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 59 | 54 | 0 | 0.37 | 0.42 | 0.64 | 7.69 | 0.27 | 0.29 |
| Hex | 5D | 3B | 36 | 0 | 25 | 2A | 40 | 8 | 1B | 1D |
| Octal | 135 | 73 | 66 | 0 | 45 | 52 | 100 | 10 | 33 | 35 |
| Binary | 1011101 | 111011 | 110110 | 0 | 100101 | 101010 | 1000000 | 1000 | 11011 | 11101 |
Color Harmonies of #5D3B36
Complementary color
Monochromatic Colors of #5D3B36
Black with #5D3B36
Text Example
Text Example
White with #5D3B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3B36; }
p { color: rgb(93,59,54); }
H1.HeaderClassName
{
color: #5D3B36;
}
.AnyTagClassName
{
color: #5D3B36;
}
</style>
background-color css
<style>
a { background-color: #5D3B36; }
a { background-color: rgb(93,59,54); }
div.DivClassName
{
background-color: #5D3B36;
}
.BgClassName
{
background-color: #5D3B36;
}
</style>
border-color css
<style>
span { border-color: #5D3B36; }
span { border-color: rgb(93,59,54); }
td.TdClassName
{
border-color: #5D3B36;
}
.TagClassName
{
border-color: #5D3B36;
}
</style>