Shades of Redwood #5E342E
Tints of Redwood #5E342E
RGB
CMYK
RGB Variations
Color information
#5E342E (or 0x5E342E) is known color: Redwood. HEX triplet: 5E, 34 and 2E. RGB value is (94,52,46). Sum of RGB (Red+Green+Blue) = 94+52+46=192 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.96% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 94 - color contains mainly: red. Hex color #5E342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E342E is #A1CBD1. Grayscale: #3F3F3F. Windows color (decimal): -10603474 or 3028062. OLE color: 3028062.
HSL color Cylindrical-coordinate representation of color #5E342E: hue angle of 7.5º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E342E is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 52 | 46 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.63 |
| HSL | 7.5º | 0.34% | 0.27% | - |
| HSV(B) | 7.5º | 0.51% | 0.37% | - |
| XYZ | 6.34 | 5.03 | 3.22 | - |
| YUV | 63.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 52 | 46 | 0 | 0.45 | 0.51 | 0.63 | 7.5 | 0.34 | 0.27 |
| Hex | 5E | 34 | 2E | 0 | 2D | 33 | 3F | 8 | 22 | 1B |
| Octal | 136 | 64 | 56 | 0 | 55 | 63 | 77 | 10 | 42 | 33 |
| Binary | 1011110 | 110100 | 101110 | 0 | 101101 | 110011 | 111111 | 1000 | 100010 | 11011 |
Color Harmonies of #5E342E
Complementary color
Monochromatic Colors of #5E342E
Black with #5E342E
Text Example
Text Example
White with #5E342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E342E; }
p { color: rgb(94,52,46); }
H1.HeaderClassName
{
color: #5E342E;
}
.AnyTagClassName
{
color: #5E342E;
}
</style>
background-color css
<style>
a { background-color: #5E342E; }
a { background-color: rgb(94,52,46); }
div.DivClassName
{
background-color: #5E342E;
}
.BgClassName
{
background-color: #5E342E;
}
</style>
border-color css
<style>
span { border-color: #5E342E; }
span { border-color: rgb(94,52,46); }
td.TdClassName
{
border-color: #5E342E;
}
.TagClassName
{
border-color: #5E342E;
}
</style>