Shades of Redwood #5E332E
Tints of Redwood #5E332E
RGB
CMYK
RGB Variations
Color information
#5E332E (or 0x5E332E) is known color: Redwood. HEX triplet: 5E, 33 and 2E. RGB value is (94,51,46). Sum of RGB (Red+Green+Blue) = 94+51+46=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E332E is #A1CCD1. Grayscale: #3F3F3F. Windows color (decimal): -10603730 or 3027806. OLE color: 3027806.
HSL color Cylindrical-coordinate representation of color #5E332E: hue angle of 6.25º 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 #5E332E is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 51 | 46 | - |
CMYK | 0 | 0.46 | 0.51 | 0.63 |
HSL | 6.25º | 0.34% | 0.27% | - |
HSV(B) | 6.25º | 0.51% | 0.37% | - |
XYZ | 6.29 | 4.94 | 3.21 | - |
YUV | 63.29 | 118.25 | 149.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 51 | 46 | 0 | 0.46 | 0.51 | 0.63 | 6.25 | 0.34 | 0.27 |
Hex | 5E | 33 | 2E | 0 | 2E | 33 | 3F | 6 | 22 | 1B |
Octal | 136 | 63 | 56 | 0 | 56 | 63 | 77 | 6 | 42 | 33 |
Binary | 1011110 | 110011 | 101110 | 0 | 101110 | 110011 | 111111 | 110 | 100010 | 11011 |
Color Harmonies of #5E332E
Complementary color
Monochromatic Colors of #5E332E
Black with #5E332E
Text Example
Text Example
White with #5E332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E332E; }
p { color: rgb(94,51,46); }
H1.HeaderClassName
{
color: #5E332E;
}
.AnyTagClassName
{
color: #5E332E;
}
</style>
background-color css
<style>
a { background-color: #5E332E; }
a { background-color: rgb(94,51,46); }
div.DivClassName
{
background-color: #5E332E;
}
.BgClassName
{
background-color: #5E332E;
}
</style>
border-color css
<style>
span { border-color: #5E332E; }
span { border-color: rgb(94,51,46); }
td.TdClassName
{
border-color: #5E332E;
}
.TagClassName
{
border-color: #5E332E;
}
</style>