Shades of Redwood #5E3B35
Tints of Redwood #5E3B35
RGB
CMYK
RGB Variations
Color information
#5E3B35 (or 0x5E3B35) is known color: Redwood. HEX triplet: 5E, 3B and 35. RGB value is (94,59,53). Sum of RGB (Red+Green+Blue) = 94+59+53=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3B35 is #A1C4CA. Grayscale: #444444. Windows color (decimal): -10601675 or 3488606. OLE color: 3488606.
HSL color Cylindrical-coordinate representation of color #5E3B35: hue angle of 8.78º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E3B35 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 59 | 53 | - |
CMYK | 0 | 0.37 | 0.44 | 0.63 |
HSL | 8.78º | 0.28% | 0.29% | - |
HSV(B) | 8.78º | 0.44% | 0.37% | - |
XYZ | 6.82 | 5.76 | 4.12 | - |
YUV | 68.78 | 119.1 | 145.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 59 | 53 | 0 | 0.37 | 0.44 | 0.63 | 8.78 | 0.28 | 0.29 |
Hex | 5E | 3B | 35 | 0 | 25 | 2C | 3F | 9 | 1C | 1D |
Octal | 136 | 73 | 65 | 0 | 45 | 54 | 77 | 11 | 34 | 35 |
Binary | 1011110 | 111011 | 110101 | 0 | 100101 | 101100 | 111111 | 1001 | 11100 | 11101 |
Color Harmonies of #5E3B35
Complementary color
Monochromatic Colors of #5E3B35
Black with #5E3B35
Text Example
Text Example
White with #5E3B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3B35; }
p { color: rgb(94,59,53); }
H1.HeaderClassName
{
color: #5E3B35;
}
.AnyTagClassName
{
color: #5E3B35;
}
</style>
background-color css
<style>
a { background-color: #5E3B35; }
a { background-color: rgb(94,59,53); }
div.DivClassName
{
background-color: #5E3B35;
}
.BgClassName
{
background-color: #5E3B35;
}
</style>
border-color css
<style>
span { border-color: #5E3B35; }
span { border-color: rgb(94,59,53); }
td.TdClassName
{
border-color: #5E3B35;
}
.TagClassName
{
border-color: #5E3B35;
}
</style>