Shades of Cork #58483F
Tints of Cork #58483F
RGB
CMYK
RGB Variations
Color information
#58483F (or 0x58483F) is known color: Cork. HEX triplet: 58, 48 and 3F. RGB value is (88,72,63). Sum of RGB (Red+Green+Blue) = 88+72+63=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 88 - color contains mainly: red. Hex color #58483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58483F is #A7B7C0. Grayscale: #4B4B4B. Windows color (decimal): -10991553 or 4147288. OLE color: 4147288.
HSL color Cylindrical-coordinate representation of color #58483F: hue angle of 21.6º 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 #58483F is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 72 | 63 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.65 |
| HSL | 21.6º | 0.17% | 0.3% | - |
| HSV(B) | 21.6º | 0.28% | 0.35% | - |
| XYZ | 7.24 | 7.07 | 5.69 | - |
| YUV | 75.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 72 | 63 | 0 | 0.18 | 0.28 | 0.65 | 21.6 | 0.17 | 0.3 |
| Hex | 58 | 48 | 3F | 0 | 12 | 1C | 41 | 16 | 11 | 1E |
| Octal | 130 | 110 | 77 | 0 | 22 | 34 | 101 | 26 | 21 | 36 |
| Binary | 1011000 | 1001000 | 111111 | 0 | 10010 | 11100 | 1000001 | 10110 | 10001 | 11110 |
Color Harmonies of #58483F
Complementary color
Monochromatic Colors of #58483F
Black with #58483F
Text Example
Text Example
White with #58483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58483F; }
p { color: rgb(88,72,63); }
H1.HeaderClassName
{
color: #58483F;
}
.AnyTagClassName
{
color: #58483F;
}
</style>
background-color css
<style>
a { background-color: #58483F; }
a { background-color: rgb(88,72,63); }
div.DivClassName
{
background-color: #58483F;
}
.BgClassName
{
background-color: #58483F;
}
</style>
border-color css
<style>
span { border-color: #58483F; }
span { border-color: rgb(88,72,63); }
td.TdClassName
{
border-color: #58483F;
}
.TagClassName
{
border-color: #58483F;
}
</style>