Shades of Cork #59483E
Tints of Cork #59483E
RGB
CMYK
RGB Variations
Color information
#59483E (or 0x59483E) is known color: Cork. HEX triplet: 59, 48 and 3E. RGB value is (89,72,62). Sum of RGB (Red+Green+Blue) = 89+72+62=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 89 - color contains mainly: red. Hex color #59483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59483E is #A6B7C1. Grayscale: #4C4C4C. Windows color (decimal): -10926018 or 4081753. OLE color: 4081753.
HSL color Cylindrical-coordinate representation of color #59483E: hue angle of 22.22º 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 #59483E is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 72 | 62 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.65 |
| HSL | 22.22º | 0.18% | 0.3% | - |
| HSV(B) | 22.22º | 0.3% | 0.35% | - |
| XYZ | 7.31 | 7.11 | 5.54 | - |
| YUV | 75.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 62 | 0 | 0.19 | 0.30 | 0.65 | 22.22 | 0.18 | 0.3 |
| Hex | 59 | 48 | 3E | 0 | 13 | 1E | 41 | 16 | 12 | 1E |
| Octal | 131 | 110 | 76 | 0 | 23 | 36 | 101 | 26 | 22 | 36 |
| Binary | 1011001 | 1001000 | 111110 | 0 | 10011 | 11110 | 1000001 | 10110 | 10010 | 11110 |
Color Harmonies of #59483E
Complementary color
Monochromatic Colors of #59483E
Black with #59483E
Text Example
Text Example
White with #59483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59483E; }
p { color: rgb(89,72,62); }
H1.HeaderClassName
{
color: #59483E;
}
.AnyTagClassName
{
color: #59483E;
}
</style>
background-color css
<style>
a { background-color: #59483E; }
a { background-color: rgb(89,72,62); }
div.DivClassName
{
background-color: #59483E;
}
.BgClassName
{
background-color: #59483E;
}
</style>
border-color css
<style>
span { border-color: #59483E; }
span { border-color: rgb(89,72,62); }
td.TdClassName
{
border-color: #59483E;
}
.TagClassName
{
border-color: #59483E;
}
</style>