Shades of Redwood #5A332F
Tints of Redwood #5A332F
RGB
CMYK
RGB Variations
Color information
#5A332F (or 0x5A332F) is known color: Redwood. HEX triplet: 5A, 33 and 2F. RGB value is (90,51,47). Sum of RGB (Red+Green+Blue) = 90+51+47=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A332F is #A5CCD0. Grayscale: #3E3E3E. Windows color (decimal): -10865873 or 3093338. OLE color: 3093338.
HSL color Cylindrical-coordinate representation of color #5A332F: hue angle of 5.58º 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 #5A332F is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 51 | 47 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.65 |
| HSL | 5.58º | 0.31% | 0.27% | - |
| HSV(B) | 5.58º | 0.48% | 0.35% | - |
| XYZ | 5.91 | 4.75 | 3.29 | - |
| YUV | 62.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 51 | 47 | 0 | 0.43 | 0.48 | 0.65 | 5.58 | 0.31 | 0.27 |
| Hex | 5A | 33 | 2F | 0 | 2B | 30 | 41 | 6 | 1F | 1B |
| Octal | 132 | 63 | 57 | 0 | 53 | 60 | 101 | 6 | 37 | 33 |
| Binary | 1011010 | 110011 | 101111 | 0 | 101011 | 110000 | 1000001 | 110 | 11111 | 11011 |
Color Harmonies of #5A332F
Complementary color
Monochromatic Colors of #5A332F
Black with #5A332F
Text Example
Text Example
White with #5A332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A332F; }
p { color: rgb(90,51,47); }
H1.HeaderClassName
{
color: #5A332F;
}
.AnyTagClassName
{
color: #5A332F;
}
</style>
background-color css
<style>
a { background-color: #5A332F; }
a { background-color: rgb(90,51,47); }
div.DivClassName
{
background-color: #5A332F;
}
.BgClassName
{
background-color: #5A332F;
}
</style>
border-color css
<style>
span { border-color: #5A332F; }
span { border-color: rgb(90,51,47); }
td.TdClassName
{
border-color: #5A332F;
}
.TagClassName
{
border-color: #5A332F;
}
</style>