Shades of Redwood #5F3A36
Tints of Redwood #5F3A36
RGB
CMYK
RGB Variations
Color information
#5F3A36 (or 0x5F3A36) is known color: Redwood. HEX triplet: 5F, 3A and 36. RGB value is (95,58,54). Sum of RGB (Red+Green+Blue) = 95+58+54=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3A36 is #A0C5C9. Grayscale: #444444. Windows color (decimal): -10536394 or 3553887. OLE color: 3553887.
HSL color Cylindrical-coordinate representation of color #5F3A36: hue angle of 5.85º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F3A36 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 58 | 54 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.63 |
| HSL | 5.85º | 0.28% | 0.29% | - |
| HSV(B) | 5.85º | 0.43% | 0.37% | - |
| XYZ | 6.9 | 5.73 | 4.23 | - |
| YUV | 68.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 58 | 54 | 0 | 0.39 | 0.43 | 0.63 | 5.85 | 0.28 | 0.29 |
| Hex | 5F | 3A | 36 | 0 | 27 | 2B | 3F | 6 | 1C | 1D |
| Octal | 137 | 72 | 66 | 0 | 47 | 53 | 77 | 6 | 34 | 35 |
| Binary | 1011111 | 111010 | 110110 | 0 | 100111 | 101011 | 111111 | 110 | 11100 | 11101 |
Color Harmonies of #5F3A36
Complementary color
Monochromatic Colors of #5F3A36
Black with #5F3A36
Text Example
Text Example
White with #5F3A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3A36; }
p { color: rgb(95,58,54); }
H1.HeaderClassName
{
color: #5F3A36;
}
.AnyTagClassName
{
color: #5F3A36;
}
</style>
background-color css
<style>
a { background-color: #5F3A36; }
a { background-color: rgb(95,58,54); }
div.DivClassName
{
background-color: #5F3A36;
}
.BgClassName
{
background-color: #5F3A36;
}
</style>
border-color css
<style>
span { border-color: #5F3A36; }
span { border-color: rgb(95,58,54); }
td.TdClassName
{
border-color: #5F3A36;
}
.TagClassName
{
border-color: #5F3A36;
}
</style>