Shades of Redwood #5F3B37
Tints of Redwood #5F3B37
RGB
CMYK
RGB Variations
Color information
#5F3B37 (or 0x5F3B37) is known color: Redwood. HEX triplet: 5F, 3B and 37. RGB value is (95,59,55). Sum of RGB (Red+Green+Blue) = 95+59+55=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3B37 is #A0C4C8. Grayscale: #454545. Windows color (decimal): -10536137 or 3619679. OLE color: 3619679.
HSL color Cylindrical-coordinate representation of color #5F3B37: hue angle of 6º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F3B37 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 59 | 55 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.63 |
| HSL | 6º | 0.27% | 0.29% | - |
| HSV(B) | 6º | 0.42% | 0.37% | - |
| XYZ | 6.97 | 5.84 | 4.37 | - |
| YUV | 69.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 59 | 55 | 0 | 0.38 | 0.42 | 0.63 | 6 | 0.27 | 0.29 |
| Hex | 5F | 3B | 37 | 0 | 26 | 2A | 3F | 6 | 1B | 1D |
| Octal | 137 | 73 | 67 | 0 | 46 | 52 | 77 | 6 | 33 | 35 |
| Binary | 1011111 | 111011 | 110111 | 0 | 100110 | 101010 | 111111 | 110 | 11011 | 11101 |
Color Harmonies of #5F3B37
Complementary color
Monochromatic Colors of #5F3B37
Black with #5F3B37
Text Example
Text Example
White with #5F3B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3B37; }
p { color: rgb(95,59,55); }
H1.HeaderClassName
{
color: #5F3B37;
}
.AnyTagClassName
{
color: #5F3B37;
}
</style>
background-color css
<style>
a { background-color: #5F3B37; }
a { background-color: rgb(95,59,55); }
div.DivClassName
{
background-color: #5F3B37;
}
.BgClassName
{
background-color: #5F3B37;
}
</style>
border-color css
<style>
span { border-color: #5F3B37; }
span { border-color: rgb(95,59,55); }
td.TdClassName
{
border-color: #5F3B37;
}
.TagClassName
{
border-color: #5F3B37;
}
</style>