Shades of Cork #59483F
Tints of Cork #59483F
RGB
CMYK
RGB Variations
Color information
#59483F (or 0x59483F) is known color: Cork. HEX triplet: 59, 48 and 3F. RGB value is (89,72,63). Sum of RGB (Red+Green+Blue) = 89+72+63=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #59483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59483F is #A6B7C0. Grayscale: #4C4C4C. Windows color (decimal): -10926017 or 4147289. OLE color: 4147289.
HSL color Cylindrical-coordinate representation of color #59483F: hue angle of 20.77º 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 #59483F is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 72 | 63 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.65 |
| HSL | 20.77º | 0.17% | 0.3% | - |
| HSV(B) | 20.77º | 0.29% | 0.35% | - |
| XYZ | 7.33 | 7.12 | 5.69 | - |
| YUV | 76.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 63 | 0 | 0.19 | 0.29 | 0.65 | 20.77 | 0.17 | 0.3 |
| Hex | 59 | 48 | 3F | 0 | 13 | 1D | 41 | 15 | 11 | 1E |
| Octal | 131 | 110 | 77 | 0 | 23 | 35 | 101 | 25 | 21 | 36 |
| Binary | 1011001 | 1001000 | 111111 | 0 | 10011 | 11101 | 1000001 | 10101 | 10001 | 11110 |
Color Harmonies of #59483F
Complementary color
Monochromatic Colors of #59483F
Black with #59483F
Text Example
Text Example
White with #59483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59483F; }
p { color: rgb(89,72,63); }
H1.HeaderClassName
{
color: #59483F;
}
.AnyTagClassName
{
color: #59483F;
}
</style>
background-color css
<style>
a { background-color: #59483F; }
a { background-color: rgb(89,72,63); }
div.DivClassName
{
background-color: #59483F;
}
.BgClassName
{
background-color: #59483F;
}
</style>
border-color css
<style>
span { border-color: #59483F; }
span { border-color: rgb(89,72,63); }
td.TdClassName
{
border-color: #59483F;
}
.TagClassName
{
border-color: #59483F;
}
</style>