Shades of Cork #594C44
Tints of Cork #594C44
RGB
CMYK
RGB Variations
Color information
#594C44 (or 0x594C44) is known color: Cork. HEX triplet: 59, 4C and 44. RGB value is (89,76,68). Sum of RGB (Red+Green+Blue) = 89+76+68=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #594C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C44 is #A6B3BB. Grayscale: #4F4F4F. Windows color (decimal): -10924988 or 4475993. OLE color: 4475993.
HSL color Cylindrical-coordinate representation of color #594C44: hue angle of 22.86º 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 #594C44 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 76 | 68 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.65 |
| HSL | 22.86º | 0.13% | 0.31% | - |
| HSV(B) | 22.86º | 0.24% | 0.35% | - |
| XYZ | 7.75 | 7.71 | 6.55 | - |
| YUV | 78.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 68 | 0 | 0.15 | 0.24 | 0.65 | 22.86 | 0.13 | 0.31 |
| Hex | 59 | 4C | 44 | 0 | F | 18 | 41 | 17 | D | 1F |
| Octal | 131 | 114 | 104 | 0 | 17 | 30 | 101 | 27 | 15 | 37 |
| Binary | 1011001 | 1001100 | 1000100 | 0 | 1111 | 11000 | 1000001 | 10111 | 1101 | 11111 |
Color Harmonies of #594C44
Complementary color
Monochromatic Colors of #594C44
Black with #594C44
Text Example
Text Example
White with #594C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594C44; }
p { color: rgb(89,76,68); }
H1.HeaderClassName
{
color: #594C44;
}
.AnyTagClassName
{
color: #594C44;
}
</style>
background-color css
<style>
a { background-color: #594C44; }
a { background-color: rgb(89,76,68); }
div.DivClassName
{
background-color: #594C44;
}
.BgClassName
{
background-color: #594C44;
}
</style>
border-color css
<style>
span { border-color: #594C44; }
span { border-color: rgb(89,76,68); }
td.TdClassName
{
border-color: #594C44;
}
.TagClassName
{
border-color: #594C44;
}
</style>