Shades of Cork #58473F
Tints of Cork #58473F
RGB
CMYK
RGB Variations
Color information
#58473F (or 0x58473F) is known color: Cork. HEX triplet: 58, 47 and 3F. RGB value is (88,71,63). Sum of RGB (Red+Green+Blue) = 88+71+63=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #58473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58473F is #A7B8C0. Grayscale: #4B4B4B. Windows color (decimal): -10991809 or 4147032. OLE color: 4147032.
HSL color Cylindrical-coordinate representation of color #58473F: hue angle of 19.2º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58473F is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 71 | 63 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.65 |
| HSL | 19.2º | 0.17% | 0.3% | - |
| HSV(B) | 19.2º | 0.28% | 0.35% | - |
| XYZ | 7.17 | 6.94 | 5.66 | - |
| YUV | 75.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 63 | 0 | 0.19 | 0.28 | 0.65 | 19.2 | 0.17 | 0.3 |
| Hex | 58 | 47 | 3F | 0 | 13 | 1C | 41 | 13 | 11 | 1E |
| Octal | 130 | 107 | 77 | 0 | 23 | 34 | 101 | 23 | 21 | 36 |
| Binary | 1011000 | 1000111 | 111111 | 0 | 10011 | 11100 | 1000001 | 10011 | 10001 | 11110 |
Color Harmonies of #58473F
Complementary color
Monochromatic Colors of #58473F
Black with #58473F
Text Example
Text Example
White with #58473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58473F; }
p { color: rgb(88,71,63); }
H1.HeaderClassName
{
color: #58473F;
}
.AnyTagClassName
{
color: #58473F;
}
</style>
background-color css
<style>
a { background-color: #58473F; }
a { background-color: rgb(88,71,63); }
div.DivClassName
{
background-color: #58473F;
}
.BgClassName
{
background-color: #58473F;
}
</style>
border-color css
<style>
span { border-color: #58473F; }
span { border-color: rgb(88,71,63); }
td.TdClassName
{
border-color: #58473F;
}
.TagClassName
{
border-color: #58473F;
}
</style>