Shades of Cork #594B41
Tints of Cork #594B41
RGB
CMYK
RGB Variations
Color information
#594B41 (or 0x594B41) is known color: Cork. HEX triplet: 59, 4B and 41. RGB value is (89,75,65). Sum of RGB (Red+Green+Blue) = 89+75+65=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 89 - color contains mainly: red. Hex color #594B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B41 is #A6B4BE. Grayscale: #4E4E4E. Windows color (decimal): -10925247 or 4279129. OLE color: 4279129.
HSL color Cylindrical-coordinate representation of color #594B41: hue angle of 25º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #594B41 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 75 | 65 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.65 |
| HSL | 25º | 0.16% | 0.3% | - |
| HSV(B) | 25º | 0.27% | 0.35% | - |
| XYZ | 7.59 | 7.54 | 6.06 | - |
| YUV | 78.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 65 | 0 | 0.16 | 0.27 | 0.65 | 25 | 0.16 | 0.3 |
| Hex | 59 | 4B | 41 | 0 | 10 | 1B | 41 | 19 | 10 | 1E |
| Octal | 131 | 113 | 101 | 0 | 20 | 33 | 101 | 31 | 20 | 36 |
| Binary | 1011001 | 1001011 | 1000001 | 0 | 10000 | 11011 | 1000001 | 11001 | 10000 | 11110 |
Color Harmonies of #594B41
Complementary color
Monochromatic Colors of #594B41
Black with #594B41
Text Example
Text Example
White with #594B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B41; }
p { color: rgb(89,75,65); }
H1.HeaderClassName
{
color: #594B41;
}
.AnyTagClassName
{
color: #594B41;
}
</style>
background-color css
<style>
a { background-color: #594B41; }
a { background-color: rgb(89,75,65); }
div.DivClassName
{
background-color: #594B41;
}
.BgClassName
{
background-color: #594B41;
}
</style>
border-color css
<style>
span { border-color: #594B41; }
span { border-color: rgb(89,75,65); }
td.TdClassName
{
border-color: #594B41;
}
.TagClassName
{
border-color: #594B41;
}
</style>