Shades of Redwood #593530
Tints of Redwood #593530
RGB
CMYK
RGB Variations
Color information
#593530 (or 0x593530) is known color: Redwood. HEX triplet: 59, 35 and 30. RGB value is (89,53,48). Sum of RGB (Red+Green+Blue) = 89+53+48=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #593530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593530 is #A6CACF. Grayscale: #3F3F3F. Windows color (decimal): -10930896 or 3159385. OLE color: 3159385.
HSL color Cylindrical-coordinate representation of color #593530: hue angle of 7.32º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #593530 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 53 | 48 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.65 |
| HSL | 7.32º | 0.3% | 0.27% | - |
| HSV(B) | 7.32º | 0.46% | 0.35% | - |
| XYZ | 5.93 | 4.88 | 3.43 | - |
| YUV | 63.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 48 | 0 | 0.40 | 0.46 | 0.65 | 7.32 | 0.3 | 0.27 |
| Hex | 59 | 35 | 30 | 0 | 28 | 2E | 41 | 7 | 1E | 1B |
| Octal | 131 | 65 | 60 | 0 | 50 | 56 | 101 | 7 | 36 | 33 |
| Binary | 1011001 | 110101 | 110000 | 0 | 101000 | 101110 | 1000001 | 111 | 11110 | 11011 |
Color Harmonies of #593530
Complementary color
Monochromatic Colors of #593530
Black with #593530
Text Example
Text Example
White with #593530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593530; }
p { color: rgb(89,53,48); }
H1.HeaderClassName
{
color: #593530;
}
.AnyTagClassName
{
color: #593530;
}
</style>
background-color css
<style>
a { background-color: #593530; }
a { background-color: rgb(89,53,48); }
div.DivClassName
{
background-color: #593530;
}
.BgClassName
{
background-color: #593530;
}
</style>
border-color css
<style>
span { border-color: #593530; }
span { border-color: rgb(89,53,48); }
td.TdClassName
{
border-color: #593530;
}
.TagClassName
{
border-color: #593530;
}
</style>