Shades of Redwood #5F3A34
Tints of Redwood #5F3A34
RGB
CMYK
RGB Variations
Color information
#5F3A34 (or 0x5F3A34) is known color: Redwood. HEX triplet: 5F, 3A and 34. RGB value is (95,58,52). Sum of RGB (Red+Green+Blue) = 95+58+52=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3A34 is #A0C5CB. Grayscale: #444444. Windows color (decimal): -10536396 or 3422815. OLE color: 3422815.
HSL color Cylindrical-coordinate representation of color #5F3A34: hue angle of 8.37º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F3A34 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 58 | 52 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.63 |
| HSL | 8.37º | 0.29% | 0.29% | - |
| HSV(B) | 8.37º | 0.45% | 0.37% | - |
| XYZ | 6.85 | 5.71 | 3.99 | - |
| YUV | 68.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 58 | 52 | 0 | 0.39 | 0.45 | 0.63 | 8.37 | 0.29 | 0.29 |
| Hex | 5F | 3A | 34 | 0 | 27 | 2D | 3F | 8 | 1D | 1D |
| Octal | 137 | 72 | 64 | 0 | 47 | 55 | 77 | 10 | 35 | 35 |
| Binary | 1011111 | 111010 | 110100 | 0 | 100111 | 101101 | 111111 | 1000 | 11101 | 11101 |
Color Harmonies of #5F3A34
Complementary color
Monochromatic Colors of #5F3A34
Black with #5F3A34
Text Example
Text Example
White with #5F3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3A34; }
p { color: rgb(95,58,52); }
H1.HeaderClassName
{
color: #5F3A34;
}
.AnyTagClassName
{
color: #5F3A34;
}
</style>
background-color css
<style>
a { background-color: #5F3A34; }
a { background-color: rgb(95,58,52); }
div.DivClassName
{
background-color: #5F3A34;
}
.BgClassName
{
background-color: #5F3A34;
}
</style>
border-color css
<style>
span { border-color: #5F3A34; }
span { border-color: rgb(95,58,52); }
td.TdClassName
{
border-color: #5F3A34;
}
.TagClassName
{
border-color: #5F3A34;
}
</style>