Shades of Cork #59493E
Tints of Cork #59493E
RGB
CMYK
RGB Variations
Color information
#59493E (or 0x59493E) is known color: Cork. HEX triplet: 59, 49 and 3E. RGB value is (89,73,62). Sum of RGB (Red+Green+Blue) = 89+73+62=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #59493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59493E is #A6B6C1. Grayscale: #4C4C4C. Windows color (decimal): -10925762 or 4082009. OLE color: 4082009.
HSL color Cylindrical-coordinate representation of color #59493E: hue angle of 24.44º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59493E is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 73 | 62 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.65 |
| HSL | 24.44º | 0.18% | 0.3% | - |
| HSV(B) | 24.44º | 0.3% | 0.35% | - |
| XYZ | 7.37 | 7.24 | 5.57 | - |
| YUV | 76.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 62 | 0 | 0.18 | 0.30 | 0.65 | 24.44 | 0.18 | 0.3 |
| Hex | 59 | 49 | 3E | 0 | 12 | 1E | 41 | 18 | 12 | 1E |
| Octal | 131 | 111 | 76 | 0 | 22 | 36 | 101 | 30 | 22 | 36 |
| Binary | 1011001 | 1001001 | 111110 | 0 | 10010 | 11110 | 1000001 | 11000 | 10010 | 11110 |
Color Harmonies of #59493E
Complementary color
Monochromatic Colors of #59493E
Black with #59493E
Text Example
Text Example
White with #59493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59493E; }
p { color: rgb(89,73,62); }
H1.HeaderClassName
{
color: #59493E;
}
.AnyTagClassName
{
color: #59493E;
}
</style>
background-color css
<style>
a { background-color: #59493E; }
a { background-color: rgb(89,73,62); }
div.DivClassName
{
background-color: #59493E;
}
.BgClassName
{
background-color: #59493E;
}
</style>
border-color css
<style>
span { border-color: #59493E; }
span { border-color: rgb(89,73,62); }
td.TdClassName
{
border-color: #59493E;
}
.TagClassName
{
border-color: #59493E;
}
</style>