Shades of Redwood #5D3A36
Tints of Redwood #5D3A36
RGB
CMYK
RGB Variations
Color information
#5D3A36 (or 0x5D3A36) is known color: Redwood. HEX triplet: 5D, 3A and 36. RGB value is (93,58,54). Sum of RGB (Red+Green+Blue) = 93+58+54=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3A36 is #A2C5C9. Grayscale: #444444. Windows color (decimal): -10667466 or 3553885. OLE color: 3553885.
HSL color Cylindrical-coordinate representation of color #5D3A36: hue angle of 6.15º 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 #5D3A36 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 58 | 54 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.64 |
| HSL | 6.15º | 0.27% | 0.29% | - |
| HSV(B) | 6.15º | 0.42% | 0.36% | - |
| XYZ | 6.69 | 5.62 | 4.22 | - |
| YUV | 68.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 54 | 0 | 0.38 | 0.42 | 0.64 | 6.15 | 0.27 | 0.29 |
| Hex | 5D | 3A | 36 | 0 | 26 | 2A | 40 | 6 | 1B | 1D |
| Octal | 135 | 72 | 66 | 0 | 46 | 52 | 100 | 6 | 33 | 35 |
| Binary | 1011101 | 111010 | 110110 | 0 | 100110 | 101010 | 1000000 | 110 | 11011 | 11101 |
Color Harmonies of #5D3A36
Complementary color
Monochromatic Colors of #5D3A36
Black with #5D3A36
Text Example
Text Example
White with #5D3A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3A36; }
p { color: rgb(93,58,54); }
H1.HeaderClassName
{
color: #5D3A36;
}
.AnyTagClassName
{
color: #5D3A36;
}
</style>
background-color css
<style>
a { background-color: #5D3A36; }
a { background-color: rgb(93,58,54); }
div.DivClassName
{
background-color: #5D3A36;
}
.BgClassName
{
background-color: #5D3A36;
}
</style>
border-color css
<style>
span { border-color: #5D3A36; }
span { border-color: rgb(93,58,54); }
td.TdClassName
{
border-color: #5D3A36;
}
.TagClassName
{
border-color: #5D3A36;
}
</style>