Shades of Cork #58473E
Tints of Cork #58473E
RGB
CMYK
RGB Variations
Color information
#58473E (or 0x58473E) is known color: Cork. HEX triplet: 58, 47 and 3E. RGB value is (88,71,62). Sum of RGB (Red+Green+Blue) = 88+71+62=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #58473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58473E is #A7B8C1. Grayscale: #4B4B4B. Windows color (decimal): -10991810 or 4081496. OLE color: 4081496.
HSL color Cylindrical-coordinate representation of color #58473E: hue angle of 20.77º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58473E is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 71 | 62 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.65 |
| HSL | 20.77º | 0.17% | 0.29% | - |
| HSV(B) | 20.77º | 0.3% | 0.35% | - |
| XYZ | 7.15 | 6.93 | 5.52 | - |
| YUV | 75.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 62 | 0 | 0.19 | 0.30 | 0.65 | 20.77 | 0.17 | 0.29 |
| Hex | 58 | 47 | 3E | 0 | 13 | 1E | 41 | 15 | 11 | 1D |
| Octal | 130 | 107 | 76 | 0 | 23 | 36 | 101 | 25 | 21 | 35 |
| Binary | 1011000 | 1000111 | 111110 | 0 | 10011 | 11110 | 1000001 | 10101 | 10001 | 11101 |
Color Harmonies of #58473E
Complementary color
Monochromatic Colors of #58473E
Black with #58473E
Text Example
Text Example
White with #58473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58473E; }
p { color: rgb(88,71,62); }
H1.HeaderClassName
{
color: #58473E;
}
.AnyTagClassName
{
color: #58473E;
}
</style>
background-color css
<style>
a { background-color: #58473E; }
a { background-color: rgb(88,71,62); }
div.DivClassName
{
background-color: #58473E;
}
.BgClassName
{
background-color: #58473E;
}
</style>
border-color css
<style>
span { border-color: #58473E; }
span { border-color: rgb(88,71,62); }
td.TdClassName
{
border-color: #58473E;
}
.TagClassName
{
border-color: #58473E;
}
</style>