Shades of Redwood #59362E
Tints of Redwood #59362E
RGB
CMYK
RGB Variations
Color information
#59362E (or 0x59362E) is known color: Redwood. HEX triplet: 59, 36 and 2E. RGB value is (89,54,46). Sum of RGB (Red+Green+Blue) = 89+54+46=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59362E is #A6C9D1. Grayscale: #3F3F3F. Windows color (decimal): -10930642 or 3028569. OLE color: 3028569.
HSL color Cylindrical-coordinate representation of color #59362E: hue angle of 11.16º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59362E is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 54 | 46 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.65 |
| HSL | 11.16º | 0.32% | 0.26% | - |
| HSV(B) | 11.16º | 0.48% | 0.35% | - |
| XYZ | 5.93 | 4.96 | 3.23 | - |
| YUV | 63.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 54 | 46 | 0 | 0.39 | 0.48 | 0.65 | 11.16 | 0.32 | 0.26 |
| Hex | 59 | 36 | 2E | 0 | 27 | 30 | 41 | B | 20 | 1A |
| Octal | 131 | 66 | 56 | 0 | 47 | 60 | 101 | 13 | 40 | 32 |
| Binary | 1011001 | 110110 | 101110 | 0 | 100111 | 110000 | 1000001 | 1011 | 100000 | 11010 |
Color Harmonies of #59362E
Complementary color
Monochromatic Colors of #59362E
Black with #59362E
Text Example
Text Example
White with #59362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59362E; }
p { color: rgb(89,54,46); }
H1.HeaderClassName
{
color: #59362E;
}
.AnyTagClassName
{
color: #59362E;
}
</style>
background-color css
<style>
a { background-color: #59362E; }
a { background-color: rgb(89,54,46); }
div.DivClassName
{
background-color: #59362E;
}
.BgClassName
{
background-color: #59362E;
}
</style>
border-color css
<style>
span { border-color: #59362E; }
span { border-color: rgb(89,54,46); }
td.TdClassName
{
border-color: #59362E;
}
.TagClassName
{
border-color: #59362E;
}
</style>