Shades of Cork #594A3F
Tints of Cork #594A3F
RGB
CMYK
RGB Variations
Color information
#594A3F (or 0x594A3F) is known color: Cork. HEX triplet: 59, 4A and 3F. RGB value is (89,74,63). Sum of RGB (Red+Green+Blue) = 89+74+63=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 89 - color contains mainly: red. Hex color #594A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A3F is #A6B5C0. Grayscale: #4D4D4D. Windows color (decimal): -10925505 or 4147801. OLE color: 4147801.
HSL color Cylindrical-coordinate representation of color #594A3F: hue angle of 25.38º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #594A3F is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 63 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.65 |
| HSL | 25.38º | 0.17% | 0.3% | - |
| HSV(B) | 25.38º | 0.29% | 0.35% | - |
| XYZ | 7.47 | 7.38 | 5.73 | - |
| YUV | 77.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 63 | 0 | 0.17 | 0.29 | 0.65 | 25.38 | 0.17 | 0.3 |
| Hex | 59 | 4A | 3F | 0 | 11 | 1D | 41 | 19 | 11 | 1E |
| Octal | 131 | 112 | 77 | 0 | 21 | 35 | 101 | 31 | 21 | 36 |
| Binary | 1011001 | 1001010 | 111111 | 0 | 10001 | 11101 | 1000001 | 11001 | 10001 | 11110 |
Color Harmonies of #594A3F
Complementary color
Monochromatic Colors of #594A3F
Black with #594A3F
Text Example
Text Example
White with #594A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A3F; }
p { color: rgb(89,74,63); }
H1.HeaderClassName
{
color: #594A3F;
}
.AnyTagClassName
{
color: #594A3F;
}
</style>
background-color css
<style>
a { background-color: #594A3F; }
a { background-color: rgb(89,74,63); }
div.DivClassName
{
background-color: #594A3F;
}
.BgClassName
{
background-color: #594A3F;
}
</style>
border-color css
<style>
span { border-color: #594A3F; }
span { border-color: rgb(89,74,63); }
td.TdClassName
{
border-color: #594A3F;
}
.TagClassName
{
border-color: #594A3F;
}
</style>