Shades of Cork #5B4B3F
Tints of Cork #5B4B3F
RGB
CMYK
RGB Variations
Color information
#5B4B3F (or 0x5B4B3F) is known color: Cork. HEX triplet: 5B, 4B and 3F. RGB value is (91,75,63). Sum of RGB (Red+Green+Blue) = 91+75+63=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4B3F is #A4B4C0. Grayscale: #4E4E4E. Windows color (decimal): -10794177 or 4148059. OLE color: 4148059.
HSL color Cylindrical-coordinate representation of color #5B4B3F: hue angle of 25.71º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B4B3F is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 75 | 63 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.64 |
| HSL | 25.71º | 0.18% | 0.3% | - |
| HSV(B) | 25.71º | 0.31% | 0.36% | - |
| XYZ | 7.73 | 7.62 | 5.77 | - |
| YUV | 78.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 75 | 63 | 0 | 0.18 | 0.31 | 0.64 | 25.71 | 0.18 | 0.3 |
| Hex | 5B | 4B | 3F | 0 | 12 | 1F | 40 | 1A | 12 | 1E |
| Octal | 133 | 113 | 77 | 0 | 22 | 37 | 100 | 32 | 22 | 36 |
| Binary | 1011011 | 1001011 | 111111 | 0 | 10010 | 11111 | 1000000 | 11010 | 10010 | 11110 |
Color Harmonies of #5B4B3F
Complementary color
Monochromatic Colors of #5B4B3F
Black with #5B4B3F
Text Example
Text Example
White with #5B4B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4B3F; }
p { color: rgb(91,75,63); }
H1.HeaderClassName
{
color: #5B4B3F;
}
.AnyTagClassName
{
color: #5B4B3F;
}
</style>
background-color css
<style>
a { background-color: #5B4B3F; }
a { background-color: rgb(91,75,63); }
div.DivClassName
{
background-color: #5B4B3F;
}
.BgClassName
{
background-color: #5B4B3F;
}
</style>
border-color css
<style>
span { border-color: #5B4B3F; }
span { border-color: rgb(91,75,63); }
td.TdClassName
{
border-color: #5B4B3F;
}
.TagClassName
{
border-color: #5B4B3F;
}
</style>