Shades of Redwood #5E3A33
Tints of Redwood #5E3A33
RGB
CMYK
RGB Variations
Color information
#5E3A33 (or 0x5E3A33) is known color: Redwood. HEX triplet: 5E, 3A and 33. RGB value is (94,58,51). Sum of RGB (Red+Green+Blue) = 94+58+51=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3A33 is #A1C5CC. Grayscale: #444444. Windows color (decimal): -10601933 or 3357278. OLE color: 3357278.
HSL color Cylindrical-coordinate representation of color #5E3A33: hue angle of 9.77º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E3A33 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 58 | 51 | - |
CMYK | 0 | 0.38 | 0.46 | 0.63 |
HSL | 9.77º | 0.3% | 0.28% | - |
HSV(B) | 9.77º | 0.46% | 0.37% | - |
XYZ | 6.73 | 5.64 | 3.87 | - |
YUV | 67.97 | 118.43 | 146.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 58 | 51 | 0 | 0.38 | 0.46 | 0.63 | 9.77 | 0.3 | 0.28 |
Hex | 5E | 3A | 33 | 0 | 26 | 2E | 3F | A | 1E | 1C |
Octal | 136 | 72 | 63 | 0 | 46 | 56 | 77 | 12 | 36 | 34 |
Binary | 1011110 | 111010 | 110011 | 0 | 100110 | 101110 | 111111 | 1010 | 11110 | 11100 |
Color Harmonies of #5E3A33
Complementary color
Monochromatic Colors of #5E3A33
Black with #5E3A33
Text Example
Text Example
White with #5E3A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3A33; }
p { color: rgb(94,58,51); }
H1.HeaderClassName
{
color: #5E3A33;
}
.AnyTagClassName
{
color: #5E3A33;
}
</style>
background-color css
<style>
a { background-color: #5E3A33; }
a { background-color: rgb(94,58,51); }
div.DivClassName
{
background-color: #5E3A33;
}
.BgClassName
{
background-color: #5E3A33;
}
</style>
border-color css
<style>
span { border-color: #5E3A33; }
span { border-color: rgb(94,58,51); }
td.TdClassName
{
border-color: #5E3A33;
}
.TagClassName
{
border-color: #5E3A33;
}
</style>