Shades of Redwood #5A3329
Tints of Redwood #5A3329
RGB
CMYK
RGB Variations
Color information
#5A3329 (or 0x5A3329) is known color: Redwood. HEX triplet: 5A, 33 and 29. RGB value is (90,51,41). Sum of RGB (Red+Green+Blue) = 90+51+41=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3329 is #A5CCD6. Grayscale: #3D3D3D. Windows color (decimal): -10865879 or 2700122. OLE color: 2700122.
HSL color Cylindrical-coordinate representation of color #5A3329: hue angle of 12.24º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A3329 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 51 | 41 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.65 |
| HSL | 12.24º | 0.37% | 0.26% | - |
| HSV(B) | 12.24º | 0.54% | 0.35% | - |
| XYZ | 5.8 | 4.7 | 2.7 | - |
| YUV | 61.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 51 | 41 | 0 | 0.43 | 0.54 | 0.65 | 12.24 | 0.37 | 0.26 |
| Hex | 5A | 33 | 29 | 0 | 2B | 36 | 41 | C | 25 | 1A |
| Octal | 132 | 63 | 51 | 0 | 53 | 66 | 101 | 14 | 45 | 32 |
| Binary | 1011010 | 110011 | 101001 | 0 | 101011 | 110110 | 1000001 | 1100 | 100101 | 11010 |
Color Harmonies of #5A3329
Complementary color
Monochromatic Colors of #5A3329
Black with #5A3329
Text Example
Text Example
White with #5A3329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3329; }
p { color: rgb(90,51,41); }
H1.HeaderClassName
{
color: #5A3329;
}
.AnyTagClassName
{
color: #5A3329;
}
</style>
background-color css
<style>
a { background-color: #5A3329; }
a { background-color: rgb(90,51,41); }
div.DivClassName
{
background-color: #5A3329;
}
.BgClassName
{
background-color: #5A3329;
}
</style>
border-color css
<style>
span { border-color: #5A3329; }
span { border-color: rgb(90,51,41); }
td.TdClassName
{
border-color: #5A3329;
}
.TagClassName
{
border-color: #5A3329;
}
</style>