Shades of Redwood #5F342F
Tints of Redwood #5F342F
RGB
CMYK
RGB Variations
Color information
#5F342F (or 0x5F342F) is known color: Redwood. HEX triplet: 5F, 34 and 2F. RGB value is (95,52,47). Sum of RGB (Red+Green+Blue) = 95+52+47=194 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.97% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 95 - color contains mainly: red. Hex color #5F342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F342F is #A0CBD0. Grayscale: #404040. Windows color (decimal): -10537937 or 3093599. OLE color: 3093599.
HSL color Cylindrical-coordinate representation of color #5F342F: hue angle of 6.25º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F342F is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 52 | 47 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.63 |
| HSL | 6.25º | 0.34% | 0.28% | - |
| HSV(B) | 6.25º | 0.51% | 0.37% | - |
| XYZ | 6.46 | 5.09 | 3.33 | - |
| YUV | 64.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 52 | 47 | 0 | 0.45 | 0.51 | 0.63 | 6.25 | 0.34 | 0.28 |
| Hex | 5F | 34 | 2F | 0 | 2D | 33 | 3F | 6 | 22 | 1C |
| Octal | 137 | 64 | 57 | 0 | 55 | 63 | 77 | 6 | 42 | 34 |
| Binary | 1011111 | 110100 | 101111 | 0 | 101101 | 110011 | 111111 | 110 | 100010 | 11100 |
Color Harmonies of #5F342F
Complementary color
Monochromatic Colors of #5F342F
Black with #5F342F
Text Example
Text Example
White with #5F342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F342F; }
p { color: rgb(95,52,47); }
H1.HeaderClassName
{
color: #5F342F;
}
.AnyTagClassName
{
color: #5F342F;
}
</style>
background-color css
<style>
a { background-color: #5F342F; }
a { background-color: rgb(95,52,47); }
div.DivClassName
{
background-color: #5F342F;
}
.BgClassName
{
background-color: #5F342F;
}
</style>
border-color css
<style>
span { border-color: #5F342F; }
span { border-color: rgb(95,52,47); }
td.TdClassName
{
border-color: #5F342F;
}
.TagClassName
{
border-color: #5F342F;
}
</style>