Shades of Redwood #59332D
Tints of Redwood #59332D
RGB
CMYK
RGB Variations
Color information
#59332D (or 0x59332D) is known color: Redwood. HEX triplet: 59, 33 and 2D. RGB value is (89,51,45). Sum of RGB (Red+Green+Blue) = 89+51+45=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59332D is #A6CCD2. Grayscale: #3D3D3D. Windows color (decimal): -10931411 or 2962265. OLE color: 2962265.
HSL color Cylindrical-coordinate representation of color #59332D: hue angle of 8.18º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59332D is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 51 | 45 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.65 |
| HSL | 8.18º | 0.33% | 0.26% | - |
| HSV(B) | 8.18º | 0.49% | 0.35% | - |
| XYZ | 5.78 | 4.68 | 3.08 | - |
| YUV | 61.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 51 | 45 | 0 | 0.43 | 0.49 | 0.65 | 8.18 | 0.33 | 0.26 |
| Hex | 59 | 33 | 2D | 0 | 2B | 31 | 41 | 8 | 21 | 1A |
| Octal | 131 | 63 | 55 | 0 | 53 | 61 | 101 | 10 | 41 | 32 |
| Binary | 1011001 | 110011 | 101101 | 0 | 101011 | 110001 | 1000001 | 1000 | 100001 | 11010 |
Color Harmonies of #59332D
Complementary color
Monochromatic Colors of #59332D
Black with #59332D
Text Example
Text Example
White with #59332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59332D; }
p { color: rgb(89,51,45); }
H1.HeaderClassName
{
color: #59332D;
}
.AnyTagClassName
{
color: #59332D;
}
</style>
background-color css
<style>
a { background-color: #59332D; }
a { background-color: rgb(89,51,45); }
div.DivClassName
{
background-color: #59332D;
}
.BgClassName
{
background-color: #59332D;
}
</style>
border-color css
<style>
span { border-color: #59332D; }
span { border-color: rgb(89,51,45); }
td.TdClassName
{
border-color: #59332D;
}
.TagClassName
{
border-color: #59332D;
}
</style>