Shades of Redwood #5F362F
Tints of Redwood #5F362F
RGB
CMYK
RGB Variations
Color information
#5F362F (or 0x5F362F) is known color: Redwood. HEX triplet: 5F, 36 and 2F. RGB value is (95,54,47). Sum of RGB (Red+Green+Blue) = 95+54+47=196 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.47% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 95 - color contains mainly: red. Hex color #5F362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F362F is #A0C9D0. Grayscale: #414141. Windows color (decimal): -10537425 or 3094111. OLE color: 3094111.
HSL color Cylindrical-coordinate representation of color #5F362F: hue angle of 8.75º 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 #5F362F is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 54 | 47 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.63 |
| HSL | 8.75º | 0.34% | 0.28% | - |
| HSV(B) | 8.75º | 0.51% | 0.37% | - |
| XYZ | 6.55 | 5.28 | 3.36 | - |
| YUV | 65.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 54 | 47 | 0 | 0.43 | 0.51 | 0.63 | 8.75 | 0.34 | 0.28 |
| Hex | 5F | 36 | 2F | 0 | 2B | 33 | 3F | 9 | 22 | 1C |
| Octal | 137 | 66 | 57 | 0 | 53 | 63 | 77 | 11 | 42 | 34 |
| Binary | 1011111 | 110110 | 101111 | 0 | 101011 | 110011 | 111111 | 1001 | 100010 | 11100 |
Color Harmonies of #5F362F
Complementary color
Monochromatic Colors of #5F362F
Black with #5F362F
Text Example
Text Example
White with #5F362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F362F; }
p { color: rgb(95,54,47); }
H1.HeaderClassName
{
color: #5F362F;
}
.AnyTagClassName
{
color: #5F362F;
}
</style>
background-color css
<style>
a { background-color: #5F362F; }
a { background-color: rgb(95,54,47); }
div.DivClassName
{
background-color: #5F362F;
}
.BgClassName
{
background-color: #5F362F;
}
</style>
border-color css
<style>
span { border-color: #5F362F; }
span { border-color: rgb(95,54,47); }
td.TdClassName
{
border-color: #5F362F;
}
.TagClassName
{
border-color: #5F362F;
}
</style>