Shades of Cork #584B42
Tints of Cork #584B42
RGB
CMYK
RGB Variations
Color information
#584B42 (or 0x584B42) is known color: Cork. HEX triplet: 58, 4B and 42. RGB value is (88,75,66). Sum of RGB (Red+Green+Blue) = 88+75+66=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 88 - color contains mainly: red. Hex color #584B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B42 is #A7B4BD. Grayscale: #4D4D4D. Windows color (decimal): -10990782 or 4344664. OLE color: 4344664.
HSL color Cylindrical-coordinate representation of color #584B42: hue angle of 24.55º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #584B42 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 75 | 66 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.65 |
| HSL | 24.55º | 0.14% | 0.3% | - |
| HSV(B) | 24.55º | 0.25% | 0.35% | - |
| XYZ | 7.52 | 7.5 | 6.21 | - |
| YUV | 77.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 66 | 0 | 0.15 | 0.25 | 0.65 | 24.55 | 0.14 | 0.3 |
| Hex | 58 | 4B | 42 | 0 | F | 19 | 41 | 19 | E | 1E |
| Octal | 130 | 113 | 102 | 0 | 17 | 31 | 101 | 31 | 16 | 36 |
| Binary | 1011000 | 1001011 | 1000010 | 0 | 1111 | 11001 | 1000001 | 11001 | 1110 | 11110 |
Color Harmonies of #584B42
Complementary color
Monochromatic Colors of #584B42
Black with #584B42
Text Example
Text Example
White with #584B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B42; }
p { color: rgb(88,75,66); }
H1.HeaderClassName
{
color: #584B42;
}
.AnyTagClassName
{
color: #584B42;
}
</style>
background-color css
<style>
a { background-color: #584B42; }
a { background-color: rgb(88,75,66); }
div.DivClassName
{
background-color: #584B42;
}
.BgClassName
{
background-color: #584B42;
}
</style>
border-color css
<style>
span { border-color: #584B42; }
span { border-color: rgb(88,75,66); }
td.TdClassName
{
border-color: #584B42;
}
.TagClassName
{
border-color: #584B42;
}
</style>