Shades of Redwood #593630
Tints of Redwood #593630
RGB
CMYK
RGB Variations
Color information
#593630 (or 0x593630) is known color: Redwood. HEX triplet: 59, 36 and 30. RGB value is (89,54,48). Sum of RGB (Red+Green+Blue) = 89+54+48=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #593630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593630 is #A6C9CF. Grayscale: #3F3F3F. Windows color (decimal): -10930640 or 3159641. OLE color: 3159641.
HSL color Cylindrical-coordinate representation of color #593630: hue angle of 8.78º 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 #593630 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 54 | 48 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.65 |
| HSL | 8.78º | 0.3% | 0.27% | - |
| HSV(B) | 8.78º | 0.46% | 0.35% | - |
| XYZ | 5.97 | 4.98 | 3.44 | - |
| YUV | 63.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 54 | 48 | 0 | 0.39 | 0.46 | 0.65 | 8.78 | 0.3 | 0.27 |
| Hex | 59 | 36 | 30 | 0 | 27 | 2E | 41 | 9 | 1E | 1B |
| Octal | 131 | 66 | 60 | 0 | 47 | 56 | 101 | 11 | 36 | 33 |
| Binary | 1011001 | 110110 | 110000 | 0 | 100111 | 101110 | 1000001 | 1001 | 11110 | 11011 |
Color Harmonies of #593630
Complementary color
Monochromatic Colors of #593630
Black with #593630
Text Example
Text Example
White with #593630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593630; }
p { color: rgb(89,54,48); }
H1.HeaderClassName
{
color: #593630;
}
.AnyTagClassName
{
color: #593630;
}
</style>
background-color css
<style>
a { background-color: #593630; }
a { background-color: rgb(89,54,48); }
div.DivClassName
{
background-color: #593630;
}
.BgClassName
{
background-color: #593630;
}
</style>
border-color css
<style>
span { border-color: #593630; }
span { border-color: rgb(89,54,48); }
td.TdClassName
{
border-color: #593630;
}
.TagClassName
{
border-color: #593630;
}
</style>