Shades of Cork #584E47
Tints of Cork #584E47
RGB
CMYK
RGB Variations
Color information
#584E47 (or 0x584E47) is known color: Cork. HEX triplet: 58, 4E and 47. RGB value is (88,78,71). Sum of RGB (Red+Green+Blue) = 88+78+71=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #584E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584E47 is #A7B1B8. Grayscale: #505050. Windows color (decimal): -10990009 or 4673112. OLE color: 4673112.
HSL color Cylindrical-coordinate representation of color #584E47: hue angle of 24.71º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #584E47 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 71 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.65 |
| HSL | 24.71º | 0.11% | 0.31% | - |
| HSV(B) | 24.71º | 0.19% | 0.35% | - |
| XYZ | 7.89 | 7.98 | 7.09 | - |
| YUV | 80.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 71 | 0 | 0.11 | 0.19 | 0.65 | 24.71 | 0.11 | 0.31 |
| Hex | 58 | 4E | 47 | 0 | B | 13 | 41 | 19 | B | 1F |
| Octal | 130 | 116 | 107 | 0 | 13 | 23 | 101 | 31 | 13 | 37 |
| Binary | 1011000 | 1001110 | 1000111 | 0 | 1011 | 10011 | 1000001 | 11001 | 1011 | 11111 |
Color Harmonies of #584E47
Complementary color
Monochromatic Colors of #584E47
Black with #584E47
Text Example
Text Example
White with #584E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E47; }
p { color: rgb(88,78,71); }
H1.HeaderClassName
{
color: #584E47;
}
.AnyTagClassName
{
color: #584E47;
}
</style>
background-color css
<style>
a { background-color: #584E47; }
a { background-color: rgb(88,78,71); }
div.DivClassName
{
background-color: #584E47;
}
.BgClassName
{
background-color: #584E47;
}
</style>
border-color css
<style>
span { border-color: #584E47; }
span { border-color: rgb(88,78,71); }
td.TdClassName
{
border-color: #584E47;
}
.TagClassName
{
border-color: #584E47;
}
</style>