Shades of Redwood #5F3733
Tints of Redwood #5F3733
RGB
CMYK
RGB Variations
Color information
#5F3733 (or 0x5F3733) is known color: Redwood. HEX triplet: 5F, 37 and 33. RGB value is (95,55,51). Sum of RGB (Red+Green+Blue) = 95+55+51=201 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.26% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3733 is #A0C8CC. Grayscale: #424242. Windows color (decimal): -10537165 or 3356511. OLE color: 3356511.
HSL color Cylindrical-coordinate representation of color #5F3733: hue angle of 5.45º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F3733 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 55 | 51 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.63 |
| HSL | 5.45º | 0.3% | 0.29% | - |
| HSV(B) | 5.45º | 0.46% | 0.37% | - |
| XYZ | 6.68 | 5.4 | 3.82 | - |
| YUV | 66.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 55 | 51 | 0 | 0.42 | 0.46 | 0.63 | 5.45 | 0.3 | 0.29 |
| Hex | 5F | 37 | 33 | 0 | 2A | 2E | 3F | 5 | 1E | 1D |
| Octal | 137 | 67 | 63 | 0 | 52 | 56 | 77 | 5 | 36 | 35 |
| Binary | 1011111 | 110111 | 110011 | 0 | 101010 | 101110 | 111111 | 101 | 11110 | 11101 |
Color Harmonies of #5F3733
Complementary color
Monochromatic Colors of #5F3733
Black with #5F3733
Text Example
Text Example
White with #5F3733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3733; }
p { color: rgb(95,55,51); }
H1.HeaderClassName
{
color: #5F3733;
}
.AnyTagClassName
{
color: #5F3733;
}
</style>
background-color css
<style>
a { background-color: #5F3733; }
a { background-color: rgb(95,55,51); }
div.DivClassName
{
background-color: #5F3733;
}
.BgClassName
{
background-color: #5F3733;
}
</style>
border-color css
<style>
span { border-color: #5F3733; }
span { border-color: rgb(95,55,51); }
td.TdClassName
{
border-color: #5F3733;
}
.TagClassName
{
border-color: #5F3733;
}
</style>