Shades of Redwood #593432
Tints of Redwood #593432
RGB
CMYK
RGB Variations
Color information
#593432 (or 0x593432) is known color: Redwood. HEX triplet: 59, 34 and 32. RGB value is (89,52,50). Sum of RGB (Red+Green+Blue) = 89+52+50=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #593432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593432 is #A6CBCD. Grayscale: #3E3E3E. Windows color (decimal): -10931150 or 3290201. OLE color: 3290201.
HSL color Cylindrical-coordinate representation of color #593432: hue angle of 3.08º degrees, saturation: 0.28, 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 #593432 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 52 | 50 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.65 |
| HSL | 3.08º | 0.28% | 0.27% | - |
| HSV(B) | 3.08º | 0.44% | 0.35% | - |
| XYZ | 5.92 | 4.81 | 3.63 | - |
| YUV | 62.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 52 | 50 | 0 | 0.42 | 0.44 | 0.65 | 3.08 | 0.28 | 0.27 |
| Hex | 59 | 34 | 32 | 0 | 2A | 2C | 41 | 3 | 1C | 1B |
| Octal | 131 | 64 | 62 | 0 | 52 | 54 | 101 | 3 | 34 | 33 |
| Binary | 1011001 | 110100 | 110010 | 0 | 101010 | 101100 | 1000001 | 11 | 11100 | 11011 |
Color Harmonies of #593432
Complementary color
Monochromatic Colors of #593432
Black with #593432
Text Example
Text Example
White with #593432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593432; }
p { color: rgb(89,52,50); }
H1.HeaderClassName
{
color: #593432;
}
.AnyTagClassName
{
color: #593432;
}
</style>
background-color css
<style>
a { background-color: #593432; }
a { background-color: rgb(89,52,50); }
div.DivClassName
{
background-color: #593432;
}
.BgClassName
{
background-color: #593432;
}
</style>
border-color css
<style>
span { border-color: #593432; }
span { border-color: rgb(89,52,50); }
td.TdClassName
{
border-color: #593432;
}
.TagClassName
{
border-color: #593432;
}
</style>