Shades of Redwood #5F3933
Tints of Redwood #5F3933
RGB
CMYK
RGB Variations
Color information
#5F3933 (or 0x5F3933) is known color: Redwood. HEX triplet: 5F, 39 and 33. RGB value is (95,57,51). Sum of RGB (Red+Green+Blue) = 95+57+51=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3933 is #A0C6CC. Grayscale: #434343. Windows color (decimal): -10536653 or 3357023. OLE color: 3357023.
HSL color Cylindrical-coordinate representation of color #5F3933: hue angle of 8.18º 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 #5F3933 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 57 | 51 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.63 |
| HSL | 8.18º | 0.3% | 0.29% | - |
| HSV(B) | 8.18º | 0.46% | 0.37% | - |
| XYZ | 6.78 | 5.6 | 3.86 | - |
| YUV | 67.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 57 | 51 | 0 | 0.40 | 0.46 | 0.63 | 8.18 | 0.3 | 0.29 |
| Hex | 5F | 39 | 33 | 0 | 28 | 2E | 3F | 8 | 1E | 1D |
| Octal | 137 | 71 | 63 | 0 | 50 | 56 | 77 | 10 | 36 | 35 |
| Binary | 1011111 | 111001 | 110011 | 0 | 101000 | 101110 | 111111 | 1000 | 11110 | 11101 |
Color Harmonies of #5F3933
Complementary color
Monochromatic Colors of #5F3933
Black with #5F3933
Text Example
Text Example
White with #5F3933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3933; }
p { color: rgb(95,57,51); }
H1.HeaderClassName
{
color: #5F3933;
}
.AnyTagClassName
{
color: #5F3933;
}
</style>
background-color css
<style>
a { background-color: #5F3933; }
a { background-color: rgb(95,57,51); }
div.DivClassName
{
background-color: #5F3933;
}
.BgClassName
{
background-color: #5F3933;
}
</style>
border-color css
<style>
span { border-color: #5F3933; }
span { border-color: rgb(95,57,51); }
td.TdClassName
{
border-color: #5F3933;
}
.TagClassName
{
border-color: #5F3933;
}
</style>