Shades of Cork #58483E
Tints of Cork #58483E
RGB
CMYK
RGB Variations
Color information
#58483E (or 0x58483E) is known color: Cork. HEX triplet: 58, 48 and 3E. RGB value is (88,72,62). Sum of RGB (Red+Green+Blue) = 88+72+62=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #58483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58483E is #A7B7C1. Grayscale: #4B4B4B. Windows color (decimal): -10991554 or 4081752. OLE color: 4081752.
HSL color Cylindrical-coordinate representation of color #58483E: hue angle of 23.08º 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 #58483E is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 72 | 62 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.65 |
| HSL | 23.08º | 0.17% | 0.29% | - |
| HSV(B) | 23.08º | 0.3% | 0.35% | - |
| XYZ | 7.21 | 7.06 | 5.54 | - |
| YUV | 75.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 72 | 62 | 0 | 0.18 | 0.30 | 0.65 | 23.08 | 0.17 | 0.29 |
| Hex | 58 | 48 | 3E | 0 | 12 | 1E | 41 | 17 | 11 | 1D |
| Octal | 130 | 110 | 76 | 0 | 22 | 36 | 101 | 27 | 21 | 35 |
| Binary | 1011000 | 1001000 | 111110 | 0 | 10010 | 11110 | 1000001 | 10111 | 10001 | 11101 |
Color Harmonies of #58483E
Complementary color
Monochromatic Colors of #58483E
Black with #58483E
Text Example
Text Example
White with #58483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58483E; }
p { color: rgb(88,72,62); }
H1.HeaderClassName
{
color: #58483E;
}
.AnyTagClassName
{
color: #58483E;
}
</style>
background-color css
<style>
a { background-color: #58483E; }
a { background-color: rgb(88,72,62); }
div.DivClassName
{
background-color: #58483E;
}
.BgClassName
{
background-color: #58483E;
}
</style>
border-color css
<style>
span { border-color: #58483E; }
span { border-color: rgb(88,72,62); }
td.TdClassName
{
border-color: #58483E;
}
.TagClassName
{
border-color: #58483E;
}
</style>