Shades of Cork #584D45
Tints of Cork #584D45
RGB
CMYK
RGB Variations
Color information
#584D45 (or 0x584D45) is known color: Cork. HEX triplet: 58, 4D and 45. RGB value is (88,77,69). Sum of RGB (Red+Green+Blue) = 88+77+69=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #584D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D45 is #A7B2BA. Grayscale: #4F4F4F. Windows color (decimal): -10990267 or 4541784. OLE color: 4541784.
HSL color Cylindrical-coordinate representation of color #584D45: hue angle of 25.26º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #584D45 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 69 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.65 |
| HSL | 25.26º | 0.12% | 0.31% | - |
| HSV(B) | 25.26º | 0.22% | 0.35% | - |
| XYZ | 7.75 | 7.81 | 6.73 | - |
| YUV | 79.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 69 | 0 | 0.12 | 0.22 | 0.65 | 25.26 | 0.12 | 0.31 |
| Hex | 58 | 4D | 45 | 0 | C | 16 | 41 | 19 | C | 1F |
| Octal | 130 | 115 | 105 | 0 | 14 | 26 | 101 | 31 | 14 | 37 |
| Binary | 1011000 | 1001101 | 1000101 | 0 | 1100 | 10110 | 1000001 | 11001 | 1100 | 11111 |
Color Harmonies of #584D45
Complementary color
Monochromatic Colors of #584D45
Black with #584D45
Text Example
Text Example
White with #584D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D45; }
p { color: rgb(88,77,69); }
H1.HeaderClassName
{
color: #584D45;
}
.AnyTagClassName
{
color: #584D45;
}
</style>
background-color css
<style>
a { background-color: #584D45; }
a { background-color: rgb(88,77,69); }
div.DivClassName
{
background-color: #584D45;
}
.BgClassName
{
background-color: #584D45;
}
</style>
border-color css
<style>
span { border-color: #584D45; }
span { border-color: rgb(88,77,69); }
td.TdClassName
{
border-color: #584D45;
}
.TagClassName
{
border-color: #584D45;
}
</style>