Shades of Cork #5B4B40
Tints of Cork #5B4B40
RGB
CMYK
RGB Variations
Color information
#5B4B40 (or 0x5B4B40) is known color: Cork. HEX triplet: 5B, 4B and 40. RGB value is (91,75,64). Sum of RGB (Red+Green+Blue) = 91+75+64=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4B40 is #A4B4BF. Grayscale: #4E4E4E. Windows color (decimal): -10794176 or 4213595. OLE color: 4213595.
HSL color Cylindrical-coordinate representation of color #5B4B40: hue angle of 24.44º 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 #5B4B40 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 75 | 64 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.64 |
| HSL | 24.44º | 0.17% | 0.3% | - |
| HSV(B) | 24.44º | 0.3% | 0.36% | - |
| XYZ | 7.76 | 7.63 | 5.91 | - |
| YUV | 78.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 75 | 64 | 0 | 0.18 | 0.30 | 0.64 | 24.44 | 0.17 | 0.3 |
| Hex | 5B | 4B | 40 | 0 | 12 | 1E | 40 | 18 | 11 | 1E |
| Octal | 133 | 113 | 100 | 0 | 22 | 36 | 100 | 30 | 21 | 36 |
| Binary | 1011011 | 1001011 | 1000000 | 0 | 10010 | 11110 | 1000000 | 11000 | 10001 | 11110 |
Color Harmonies of #5B4B40
Complementary color
Monochromatic Colors of #5B4B40
Black with #5B4B40
Text Example
Text Example
White with #5B4B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4B40; }
p { color: rgb(91,75,64); }
H1.HeaderClassName
{
color: #5B4B40;
}
.AnyTagClassName
{
color: #5B4B40;
}
</style>
background-color css
<style>
a { background-color: #5B4B40; }
a { background-color: rgb(91,75,64); }
div.DivClassName
{
background-color: #5B4B40;
}
.BgClassName
{
background-color: #5B4B40;
}
</style>
border-color css
<style>
span { border-color: #5B4B40; }
span { border-color: rgb(91,75,64); }
td.TdClassName
{
border-color: #5B4B40;
}
.TagClassName
{
border-color: #5B4B40;
}
</style>