Shades of Redwood #5D3C36
Tints of Redwood #5D3C36
RGB
CMYK
RGB Variations
Color information
#5D3C36 (or 0x5D3C36) is known color: Redwood. HEX triplet: 5D, 3C and 36. RGB value is (93,60,54). Sum of RGB (Red+Green+Blue) = 93+60+54=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3C36 is #A2C3C9. Grayscale: #454545. Windows color (decimal): -10666954 or 3554397. OLE color: 3554397.
HSL color Cylindrical-coordinate representation of color #5D3C36: hue angle of 9.23º 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 #5D3C36 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 60 | 54 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.64 |
| HSL | 9.23º | 0.27% | 0.29% | - |
| HSV(B) | 9.23º | 0.42% | 0.36% | - |
| XYZ | 6.8 | 5.83 | 4.26 | - |
| YUV | 69.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 60 | 54 | 0 | 0.35 | 0.42 | 0.64 | 9.23 | 0.27 | 0.29 |
| Hex | 5D | 3C | 36 | 0 | 23 | 2A | 40 | 9 | 1B | 1D |
| Octal | 135 | 74 | 66 | 0 | 43 | 52 | 100 | 11 | 33 | 35 |
| Binary | 1011101 | 111100 | 110110 | 0 | 100011 | 101010 | 1000000 | 1001 | 11011 | 11101 |
Color Harmonies of #5D3C36
Complementary color
Monochromatic Colors of #5D3C36
Black with #5D3C36
Text Example
Text Example
White with #5D3C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3C36; }
p { color: rgb(93,60,54); }
H1.HeaderClassName
{
color: #5D3C36;
}
.AnyTagClassName
{
color: #5D3C36;
}
</style>
background-color css
<style>
a { background-color: #5D3C36; }
a { background-color: rgb(93,60,54); }
div.DivClassName
{
background-color: #5D3C36;
}
.BgClassName
{
background-color: #5D3C36;
}
</style>
border-color css
<style>
span { border-color: #5D3C36; }
span { border-color: rgb(93,60,54); }
td.TdClassName
{
border-color: #5D3C36;
}
.TagClassName
{
border-color: #5D3C36;
}
</style>