Shades of Redwood #5A3833
Tints of Redwood #5A3833
RGB
CMYK
RGB Variations
Color information
#5A3833 (or 0x5A3833) is known color: Redwood. HEX triplet: 5A, 38 and 33. RGB value is (90,56,51). Sum of RGB (Red+Green+Blue) = 90+56+51=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3833 is #A5C7CC. Grayscale: #414141. Windows color (decimal): -10864589 or 3356762. OLE color: 3356762.
HSL color Cylindrical-coordinate representation of color #5A3833: hue angle of 7.69º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A3833 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 56 | 51 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.65 |
| HSL | 7.69º | 0.28% | 0.28% | - |
| HSV(B) | 7.69º | 0.43% | 0.35% | - |
| XYZ | 6.23 | 5.24 | 3.82 | - |
| YUV | 65.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 56 | 51 | 0 | 0.38 | 0.43 | 0.65 | 7.69 | 0.28 | 0.28 |
| Hex | 5A | 38 | 33 | 0 | 26 | 2B | 41 | 8 | 1C | 1C |
| Octal | 132 | 70 | 63 | 0 | 46 | 53 | 101 | 10 | 34 | 34 |
| Binary | 1011010 | 111000 | 110011 | 0 | 100110 | 101011 | 1000001 | 1000 | 11100 | 11100 |
Color Harmonies of #5A3833
Complementary color
Monochromatic Colors of #5A3833
Black with #5A3833
Text Example
Text Example
White with #5A3833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3833; }
p { color: rgb(90,56,51); }
H1.HeaderClassName
{
color: #5A3833;
}
.AnyTagClassName
{
color: #5A3833;
}
</style>
background-color css
<style>
a { background-color: #5A3833; }
a { background-color: rgb(90,56,51); }
div.DivClassName
{
background-color: #5A3833;
}
.BgClassName
{
background-color: #5A3833;
}
</style>
border-color css
<style>
span { border-color: #5A3833; }
span { border-color: rgb(90,56,51); }
td.TdClassName
{
border-color: #5A3833;
}
.TagClassName
{
border-color: #5A3833;
}
</style>