Shades of Redwood #5F3935
Tints of Redwood #5F3935
RGB
CMYK
RGB Variations
Color information
#5F3935 (or 0x5F3935) is known color: Redwood. HEX triplet: 5F, 39 and 35. RGB value is (95,57,53). Sum of RGB (Red+Green+Blue) = 95+57+53=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3935 is #A0C6CA. Grayscale: #434343. Windows color (decimal): -10536651 or 3488095. OLE color: 3488095.
HSL color Cylindrical-coordinate representation of color #5F3935: hue angle of 5.71º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F3935 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 57 | 53 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.63 |
| HSL | 5.71º | 0.28% | 0.29% | - |
| HSV(B) | 5.71º | 0.44% | 0.37% | - |
| XYZ | 6.83 | 5.62 | 4.09 | - |
| YUV | 67.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 57 | 53 | 0 | 0.40 | 0.44 | 0.63 | 5.71 | 0.28 | 0.29 |
| Hex | 5F | 39 | 35 | 0 | 28 | 2C | 3F | 6 | 1C | 1D |
| Octal | 137 | 71 | 65 | 0 | 50 | 54 | 77 | 6 | 34 | 35 |
| Binary | 1011111 | 111001 | 110101 | 0 | 101000 | 101100 | 111111 | 110 | 11100 | 11101 |
Color Harmonies of #5F3935
Complementary color
Monochromatic Colors of #5F3935
Black with #5F3935
Text Example
Text Example
White with #5F3935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3935; }
p { color: rgb(95,57,53); }
H1.HeaderClassName
{
color: #5F3935;
}
.AnyTagClassName
{
color: #5F3935;
}
</style>
background-color css
<style>
a { background-color: #5F3935; }
a { background-color: rgb(95,57,53); }
div.DivClassName
{
background-color: #5F3935;
}
.BgClassName
{
background-color: #5F3935;
}
</style>
border-color css
<style>
span { border-color: #5F3935; }
span { border-color: rgb(95,57,53); }
td.TdClassName
{
border-color: #5F3935;
}
.TagClassName
{
border-color: #5F3935;
}
</style>