Shades of Cork #5C5148
Tints of Cork #5C5148
RGB
CMYK
RGB Variations
Color information
#5C5148 (or 0x5C5148) is known color: Cork. HEX triplet: 5C, 51 and 48. RGB value is (92,81,72). Sum of RGB (Red+Green+Blue) = 92+81+72=245 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.55% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5148 is #A3AEB7. Grayscale: #535353. Windows color (decimal): -10727096 or 4739420. OLE color: 4739420.
HSL color Cylindrical-coordinate representation of color #5C5148: hue angle of 27º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C5148 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 81 | 72 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.64 |
| HSL | 27º | 0.12% | 0.32% | - |
| HSV(B) | 27º | 0.22% | 0.36% | - |
| XYZ | 8.53 | 8.63 | 7.35 | - |
| YUV | 83.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 72 | 0 | 0.12 | 0.22 | 0.64 | 27 | 0.12 | 0.32 |
| Hex | 5C | 51 | 48 | 0 | C | 16 | 40 | 1B | C | 20 |
| Octal | 134 | 121 | 110 | 0 | 14 | 26 | 100 | 33 | 14 | 40 |
| Binary | 1011100 | 1010001 | 1001000 | 0 | 1100 | 10110 | 1000000 | 11011 | 1100 | 100000 |
Color Harmonies of #5C5148
Complementary color
Monochromatic Colors of #5C5148
Black with #5C5148
Text Example
Text Example
White with #5C5148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5148; }
p { color: rgb(92,81,72); }
H1.HeaderClassName
{
color: #5C5148;
}
.AnyTagClassName
{
color: #5C5148;
}
</style>
background-color css
<style>
a { background-color: #5C5148; }
a { background-color: rgb(92,81,72); }
div.DivClassName
{
background-color: #5C5148;
}
.BgClassName
{
background-color: #5C5148;
}
</style>
border-color css
<style>
span { border-color: #5C5148; }
span { border-color: rgb(92,81,72); }
td.TdClassName
{
border-color: #5C5148;
}
.TagClassName
{
border-color: #5C5148;
}
</style>