Shades of Redwood #5A3932
Tints of Redwood #5A3932
RGB
CMYK
RGB Variations
Color information
#5A3932 (or 0x5A3932) is known color: Redwood. HEX triplet: 5A, 39 and 32. RGB value is (90,57,50). Sum of RGB (Red+Green+Blue) = 90+57+50=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3932 is #A5C6CD. Grayscale: #424242. Windows color (decimal): -10864334 or 3291482. OLE color: 3291482.
HSL color Cylindrical-coordinate representation of color #5A3932: hue angle of 10.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A3932 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 57 | 50 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.65 |
| HSL | 10.5º | 0.29% | 0.27% | - |
| HSV(B) | 10.5º | 0.44% | 0.35% | - |
| XYZ | 6.26 | 5.33 | 3.72 | - |
| YUV | 66.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 57 | 50 | 0 | 0.37 | 0.44 | 0.65 | 10.5 | 0.29 | 0.27 |
| Hex | 5A | 39 | 32 | 0 | 25 | 2C | 41 | A | 1D | 1B |
| Octal | 132 | 71 | 62 | 0 | 45 | 54 | 101 | 12 | 35 | 33 |
| Binary | 1011010 | 111001 | 110010 | 0 | 100101 | 101100 | 1000001 | 1010 | 11101 | 11011 |
Color Harmonies of #5A3932
Complementary color
Monochromatic Colors of #5A3932
Black with #5A3932
Text Example
Text Example
White with #5A3932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3932; }
p { color: rgb(90,57,50); }
H1.HeaderClassName
{
color: #5A3932;
}
.AnyTagClassName
{
color: #5A3932;
}
</style>
background-color css
<style>
a { background-color: #5A3932; }
a { background-color: rgb(90,57,50); }
div.DivClassName
{
background-color: #5A3932;
}
.BgClassName
{
background-color: #5A3932;
}
</style>
border-color css
<style>
span { border-color: #5A3932; }
span { border-color: rgb(90,57,50); }
td.TdClassName
{
border-color: #5A3932;
}
.TagClassName
{
border-color: #5A3932;
}
</style>