Shades of Redwood #5F3A32
Tints of Redwood #5F3A32
RGB
CMYK
RGB Variations
Color information
#5F3A32 (or 0x5F3A32) is known color: Redwood. HEX triplet: 5F, 3A and 32. RGB value is (95,58,50). Sum of RGB (Red+Green+Blue) = 95+58+50=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3A32 is #A0C5CD. Grayscale: #444444. Windows color (decimal): -10536398 or 3291743. OLE color: 3291743.
HSL color Cylindrical-coordinate representation of color #5F3A32: hue angle of 10.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F3A32 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 58 | 50 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.63 |
| HSL | 10.67º | 0.31% | 0.28% | - |
| HSV(B) | 10.67º | 0.47% | 0.37% | - |
| XYZ | 6.81 | 5.69 | 3.76 | - |
| YUV | 68.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 58 | 50 | 0 | 0.39 | 0.47 | 0.63 | 10.67 | 0.31 | 0.28 |
| Hex | 5F | 3A | 32 | 0 | 27 | 2F | 3F | B | 1F | 1C |
| Octal | 137 | 72 | 62 | 0 | 47 | 57 | 77 | 13 | 37 | 34 |
| Binary | 1011111 | 111010 | 110010 | 0 | 100111 | 101111 | 111111 | 1011 | 11111 | 11100 |
Color Harmonies of #5F3A32
Complementary color
Monochromatic Colors of #5F3A32
Black with #5F3A32
Text Example
Text Example
White with #5F3A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3A32; }
p { color: rgb(95,58,50); }
H1.HeaderClassName
{
color: #5F3A32;
}
.AnyTagClassName
{
color: #5F3A32;
}
</style>
background-color css
<style>
a { background-color: #5F3A32; }
a { background-color: rgb(95,58,50); }
div.DivClassName
{
background-color: #5F3A32;
}
.BgClassName
{
background-color: #5F3A32;
}
</style>
border-color css
<style>
span { border-color: #5F3A32; }
span { border-color: rgb(95,58,50); }
td.TdClassName
{
border-color: #5F3A32;
}
.TagClassName
{
border-color: #5F3A32;
}
</style>