Shades of Redwood #5A3934
Tints of Redwood #5A3934
RGB
CMYK
RGB Variations
Color information
#5A3934 (or 0x5A3934) is known color: Redwood. HEX triplet: 5A, 39 and 34. RGB value is (90,57,52). Sum of RGB (Red+Green+Blue) = 90+57+52=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3934 is #A5C6CB. Grayscale: #424242. Windows color (decimal): -10864332 or 3422554. OLE color: 3422554.
HSL color Cylindrical-coordinate representation of color #5A3934: hue angle of 7.89º 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 #5A3934 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 57 | 52 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.65 |
| HSL | 7.89º | 0.27% | 0.28% | - |
| HSV(B) | 7.89º | 0.42% | 0.35% | - |
| XYZ | 6.3 | 5.35 | 3.95 | - |
| YUV | 66.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 57 | 52 | 0 | 0.37 | 0.42 | 0.65 | 7.89 | 0.27 | 0.28 |
| Hex | 5A | 39 | 34 | 0 | 25 | 2A | 41 | 8 | 1B | 1C |
| Octal | 132 | 71 | 64 | 0 | 45 | 52 | 101 | 10 | 33 | 34 |
| Binary | 1011010 | 111001 | 110100 | 0 | 100101 | 101010 | 1000001 | 1000 | 11011 | 11100 |
Color Harmonies of #5A3934
Complementary color
Monochromatic Colors of #5A3934
Black with #5A3934
Text Example
Text Example
White with #5A3934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3934; }
p { color: rgb(90,57,52); }
H1.HeaderClassName
{
color: #5A3934;
}
.AnyTagClassName
{
color: #5A3934;
}
</style>
background-color css
<style>
a { background-color: #5A3934; }
a { background-color: rgb(90,57,52); }
div.DivClassName
{
background-color: #5A3934;
}
.BgClassName
{
background-color: #5A3934;
}
</style>
border-color css
<style>
span { border-color: #5A3934; }
span { border-color: rgb(90,57,52); }
td.TdClassName
{
border-color: #5A3934;
}
.TagClassName
{
border-color: #5A3934;
}
</style>