Shades of Redwood #5A362F
Tints of Redwood #5A362F
RGB
CMYK
RGB Variations
Color information
#5A362F (or 0x5A362F) is known color: Redwood. HEX triplet: 5A, 36 and 2F. RGB value is (90,54,47). Sum of RGB (Red+Green+Blue) = 90+54+47=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A362F is #A5C9D0. Grayscale: #404040. Windows color (decimal): -10865105 or 3094106. OLE color: 3094106.
HSL color Cylindrical-coordinate representation of color #5A362F: hue angle of 9.77º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A362F is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 54 | 47 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.65 |
| HSL | 9.77º | 0.31% | 0.27% | - |
| HSV(B) | 9.77º | 0.48% | 0.35% | - |
| XYZ | 6.05 | 5.02 | 3.34 | - |
| YUV | 63.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 47 | 0 | 0.40 | 0.48 | 0.65 | 9.77 | 0.31 | 0.27 |
| Hex | 5A | 36 | 2F | 0 | 28 | 30 | 41 | A | 1F | 1B |
| Octal | 132 | 66 | 57 | 0 | 50 | 60 | 101 | 12 | 37 | 33 |
| Binary | 1011010 | 110110 | 101111 | 0 | 101000 | 110000 | 1000001 | 1010 | 11111 | 11011 |
Color Harmonies of #5A362F
Complementary color
Monochromatic Colors of #5A362F
Black with #5A362F
Text Example
Text Example
White with #5A362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A362F; }
p { color: rgb(90,54,47); }
H1.HeaderClassName
{
color: #5A362F;
}
.AnyTagClassName
{
color: #5A362F;
}
</style>
background-color css
<style>
a { background-color: #5A362F; }
a { background-color: rgb(90,54,47); }
div.DivClassName
{
background-color: #5A362F;
}
.BgClassName
{
background-color: #5A362F;
}
</style>
border-color css
<style>
span { border-color: #5A362F; }
span { border-color: rgb(90,54,47); }
td.TdClassName
{
border-color: #5A362F;
}
.TagClassName
{
border-color: #5A362F;
}
</style>