Shades of Cork #594A40
Tints of Cork #594A40
RGB
CMYK
RGB Variations
Color information
#594A40 (or 0x594A40) is known color: Cork. HEX triplet: 59, 4A and 40. RGB value is (89,74,64). Sum of RGB (Red+Green+Blue) = 89+74+64=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 89 - color contains mainly: red. Hex color #594A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A40 is #A6B5BF. Grayscale: #4D4D4D. Windows color (decimal): -10925504 or 4213337. OLE color: 4213337.
HSL color Cylindrical-coordinate representation of color #594A40: hue angle of 24º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #594A40 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 64 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.65 |
| HSL | 24º | 0.16% | 0.3% | - |
| HSV(B) | 24º | 0.28% | 0.35% | - |
| XYZ | 7.49 | 7.39 | 5.88 | - |
| YUV | 77.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 64 | 0 | 0.17 | 0.28 | 0.65 | 24 | 0.16 | 0.3 |
| Hex | 59 | 4A | 40 | 0 | 11 | 1C | 41 | 18 | 10 | 1E |
| Octal | 131 | 112 | 100 | 0 | 21 | 34 | 101 | 30 | 20 | 36 |
| Binary | 1011001 | 1001010 | 1000000 | 0 | 10001 | 11100 | 1000001 | 11000 | 10000 | 11110 |
Color Harmonies of #594A40
Complementary color
Monochromatic Colors of #594A40
Black with #594A40
Text Example
Text Example
White with #594A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A40; }
p { color: rgb(89,74,64); }
H1.HeaderClassName
{
color: #594A40;
}
.AnyTagClassName
{
color: #594A40;
}
</style>
background-color css
<style>
a { background-color: #594A40; }
a { background-color: rgb(89,74,64); }
div.DivClassName
{
background-color: #594A40;
}
.BgClassName
{
background-color: #594A40;
}
</style>
border-color css
<style>
span { border-color: #594A40; }
span { border-color: rgb(89,74,64); }
td.TdClassName
{
border-color: #594A40;
}
.TagClassName
{
border-color: #594A40;
}
</style>