Shades of Woody Brown #594644
Tints of Woody Brown #594644
RGB
CMYK
RGB Variations
Color information
#594644 (or 0x594644) is known color: Woody Brown. HEX triplet: 59, 46 and 44. RGB value is (89,70,68). Sum of RGB (Red+Green+Blue) = 89+70+68=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 89 - color contains mainly: red. Hex color #594644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594644 is #A6B9BB. Grayscale: #4B4B4B. Windows color (decimal): -10926524 or 4474457. OLE color: 4474457.
HSL color Cylindrical-coordinate representation of color #594644: hue angle of 5.71º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #594644 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 70 | 68 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.65 |
| HSL | 5.71º | 0.13% | 0.31% | - |
| HSV(B) | 5.71º | 0.24% | 0.35% | - |
| XYZ | 7.35 | 6.92 | 6.42 | - |
| YUV | 75.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 70 | 68 | 0 | 0.21 | 0.24 | 0.65 | 5.71 | 0.13 | 0.31 |
| Hex | 59 | 46 | 44 | 0 | 15 | 18 | 41 | 6 | D | 1F |
| Octal | 131 | 106 | 104 | 0 | 25 | 30 | 101 | 6 | 15 | 37 |
| Binary | 1011001 | 1000110 | 1000100 | 0 | 10101 | 11000 | 1000001 | 110 | 1101 | 11111 |
Color Harmonies of #594644
Complementary color
Monochromatic Colors of #594644
Black with #594644
Text Example
Text Example
White with #594644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594644; }
p { color: rgb(89,70,68); }
H1.HeaderClassName
{
color: #594644;
}
.AnyTagClassName
{
color: #594644;
}
</style>
background-color css
<style>
a { background-color: #594644; }
a { background-color: rgb(89,70,68); }
div.DivClassName
{
background-color: #594644;
}
.BgClassName
{
background-color: #594644;
}
</style>
border-color css
<style>
span { border-color: #594644; }
span { border-color: rgb(89,70,68); }
td.TdClassName
{
border-color: #594644;
}
.TagClassName
{
border-color: #594644;
}
</style>