Shades of Cork #5B4940
Tints of Cork #5B4940
RGB
CMYK
RGB Variations
Color information
#5B4940 (or 0x5B4940) is known color: Cork. HEX triplet: 5B, 49 and 40. RGB value is (91,73,64). Sum of RGB (Red+Green+Blue) = 91+73+64=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4940 is #A4B6BF. Grayscale: #4D4D4D. Windows color (decimal): -10794688 or 4213083. OLE color: 4213083.
HSL color Cylindrical-coordinate representation of color #5B4940: hue angle of 20º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B4940 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 73 | 64 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.64 |
| HSL | 20º | 0.17% | 0.3% | - |
| HSV(B) | 20º | 0.3% | 0.36% | - |
| XYZ | 7.62 | 7.36 | 5.87 | - |
| YUV | 77.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 64 | 0 | 0.20 | 0.30 | 0.64 | 20 | 0.17 | 0.3 |
| Hex | 5B | 49 | 40 | 0 | 14 | 1E | 40 | 14 | 11 | 1E |
| Octal | 133 | 111 | 100 | 0 | 24 | 36 | 100 | 24 | 21 | 36 |
| Binary | 1011011 | 1001001 | 1000000 | 0 | 10100 | 11110 | 1000000 | 10100 | 10001 | 11110 |
Color Harmonies of #5B4940
Complementary color
Monochromatic Colors of #5B4940
Black with #5B4940
Text Example
Text Example
White with #5B4940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4940; }
p { color: rgb(91,73,64); }
H1.HeaderClassName
{
color: #5B4940;
}
.AnyTagClassName
{
color: #5B4940;
}
</style>
background-color css
<style>
a { background-color: #5B4940; }
a { background-color: rgb(91,73,64); }
div.DivClassName
{
background-color: #5B4940;
}
.BgClassName
{
background-color: #5B4940;
}
</style>
border-color css
<style>
span { border-color: #5B4940; }
span { border-color: rgb(91,73,64); }
td.TdClassName
{
border-color: #5B4940;
}
.TagClassName
{
border-color: #5B4940;
}
</style>