Shades of Redwood #5A3634
Tints of Redwood #5A3634
RGB
CMYK
RGB Variations
Color information
#5A3634 (or 0x5A3634) is known color: Redwood. HEX triplet: 5A, 36 and 34. RGB value is (90,54,52). Sum of RGB (Red+Green+Blue) = 90+54+52=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3634 is #A5C9CB. Grayscale: #404040. Windows color (decimal): -10865100 or 3421786. OLE color: 3421786.
HSL color Cylindrical-coordinate representation of color #5A3634: hue angle of 3.16º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A3634 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 54 | 52 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.65 |
| HSL | 3.16º | 0.27% | 0.28% | - |
| HSV(B) | 3.16º | 0.42% | 0.35% | - |
| XYZ | 6.16 | 5.06 | 3.9 | - |
| YUV | 64.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 52 | 0 | 0.40 | 0.42 | 0.65 | 3.16 | 0.27 | 0.28 |
| Hex | 5A | 36 | 34 | 0 | 28 | 2A | 41 | 3 | 1B | 1C |
| Octal | 132 | 66 | 64 | 0 | 50 | 52 | 101 | 3 | 33 | 34 |
| Binary | 1011010 | 110110 | 110100 | 0 | 101000 | 101010 | 1000001 | 11 | 11011 | 11100 |
Color Harmonies of #5A3634
Complementary color
Monochromatic Colors of #5A3634
Black with #5A3634
Text Example
Text Example
White with #5A3634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3634; }
p { color: rgb(90,54,52); }
H1.HeaderClassName
{
color: #5A3634;
}
.AnyTagClassName
{
color: #5A3634;
}
</style>
background-color css
<style>
a { background-color: #5A3634; }
a { background-color: rgb(90,54,52); }
div.DivClassName
{
background-color: #5A3634;
}
.BgClassName
{
background-color: #5A3634;
}
</style>
border-color css
<style>
span { border-color: #5A3634; }
span { border-color: rgb(90,54,52); }
td.TdClassName
{
border-color: #5A3634;
}
.TagClassName
{
border-color: #5A3634;
}
</style>