Shades of Redwood #5E332B
Tints of Redwood #5E332B
RGB
CMYK
RGB Variations
Color information
#5E332B (or 0x5E332B) is known color: Redwood. HEX triplet: 5E, 33 and 2B. RGB value is (94,51,43). Sum of RGB (Red+Green+Blue) = 94+51+43=188 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 94 - color contains mainly: red. Hex color #5E332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E332B is #A1CCD4. Grayscale: #3F3F3F. Windows color (decimal): -10603733 or 2831198. OLE color: 2831198.
HSL color Cylindrical-coordinate representation of color #5E332B: hue angle of 9.41º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E332B is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 51 | 43 | - |
CMYK | 0 | 0.46 | 0.54 | 0.63 |
HSL | 9.41º | 0.37% | 0.27% | - |
HSV(B) | 9.41º | 0.54% | 0.37% | - |
XYZ | 6.24 | 4.92 | 2.91 | - |
YUV | 62.95 | 116.75 | 150.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 51 | 43 | 0 | 0.46 | 0.54 | 0.63 | 9.41 | 0.37 | 0.27 |
Hex | 5E | 33 | 2B | 0 | 2E | 36 | 3F | 9 | 25 | 1B |
Octal | 136 | 63 | 53 | 0 | 56 | 66 | 77 | 11 | 45 | 33 |
Binary | 1011110 | 110011 | 101011 | 0 | 101110 | 110110 | 111111 | 1001 | 100101 | 11011 |
Color Harmonies of #5E332B
Complementary color
Monochromatic Colors of #5E332B
Black with #5E332B
Text Example
Text Example
White with #5E332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E332B; }
p { color: rgb(94,51,43); }
H1.HeaderClassName
{
color: #5E332B;
}
.AnyTagClassName
{
color: #5E332B;
}
</style>
background-color css
<style>
a { background-color: #5E332B; }
a { background-color: rgb(94,51,43); }
div.DivClassName
{
background-color: #5E332B;
}
.BgClassName
{
background-color: #5E332B;
}
</style>
border-color css
<style>
span { border-color: #5E332B; }
span { border-color: rgb(94,51,43); }
td.TdClassName
{
border-color: #5E332B;
}
.TagClassName
{
border-color: #5E332B;
}
</style>