Shades of Cork #584A41
Tints of Cork #584A41
RGB
CMYK
RGB Variations
Color information
#584A41 (or 0x584A41) is known color: Cork. HEX triplet: 58, 4A and 41. RGB value is (88,74,65). Sum of RGB (Red+Green+Blue) = 88+74+65=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 88 - color contains mainly: red. Hex color #584A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A41 is #A7B5BE. Grayscale: #4D4D4D. Windows color (decimal): -10991039 or 4278872. OLE color: 4278872.
HSL color Cylindrical-coordinate representation of color #584A41: hue angle of 23.48º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #584A41 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 65 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.65 |
| HSL | 23.48º | 0.15% | 0.3% | - |
| HSV(B) | 23.48º | 0.26% | 0.35% | - |
| XYZ | 7.43 | 7.35 | 6.03 | - |
| YUV | 77.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 65 | 0 | 0.16 | 0.26 | 0.65 | 23.48 | 0.15 | 0.3 |
| Hex | 58 | 4A | 41 | 0 | 10 | 1A | 41 | 17 | F | 1E |
| Octal | 130 | 112 | 101 | 0 | 20 | 32 | 101 | 27 | 17 | 36 |
| Binary | 1011000 | 1001010 | 1000001 | 0 | 10000 | 11010 | 1000001 | 10111 | 1111 | 11110 |
Color Harmonies of #584A41
Complementary color
Monochromatic Colors of #584A41
Black with #584A41
Text Example
Text Example
White with #584A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A41; }
p { color: rgb(88,74,65); }
H1.HeaderClassName
{
color: #584A41;
}
.AnyTagClassName
{
color: #584A41;
}
</style>
background-color css
<style>
a { background-color: #584A41; }
a { background-color: rgb(88,74,65); }
div.DivClassName
{
background-color: #584A41;
}
.BgClassName
{
background-color: #584A41;
}
</style>
border-color css
<style>
span { border-color: #584A41; }
span { border-color: rgb(88,74,65); }
td.TdClassName
{
border-color: #584A41;
}
.TagClassName
{
border-color: #584A41;
}
</style>