Shades of Cork #5C5047
Tints of Cork #5C5047
RGB
CMYK
RGB Variations
Color information
#5C5047 (or 0x5C5047) is known color: Cork. HEX triplet: 5C, 50 and 47. RGB value is (92,80,71). Sum of RGB (Red+Green+Blue) = 92+80+71=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5047 is #A3AFB8. Grayscale: #525252. Windows color (decimal): -10727353 or 4673628. OLE color: 4673628.
HSL color Cylindrical-coordinate representation of color #5C5047: hue angle of 25.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C5047 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 80 | 71 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.64 |
| HSL | 25.71º | 0.13% | 0.32% | - |
| HSV(B) | 25.71º | 0.23% | 0.36% | - |
| XYZ | 8.42 | 8.47 | 7.15 | - |
| YUV | 82.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 71 | 0 | 0.13 | 0.23 | 0.64 | 25.71 | 0.13 | 0.32 |
| Hex | 5C | 50 | 47 | 0 | D | 17 | 40 | 1A | D | 20 |
| Octal | 134 | 120 | 107 | 0 | 15 | 27 | 100 | 32 | 15 | 40 |
| Binary | 1011100 | 1010000 | 1000111 | 0 | 1101 | 10111 | 1000000 | 11010 | 1101 | 100000 |
Color Harmonies of #5C5047
Complementary color
Monochromatic Colors of #5C5047
Black with #5C5047
Text Example
Text Example
White with #5C5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5047; }
p { color: rgb(92,80,71); }
H1.HeaderClassName
{
color: #5C5047;
}
.AnyTagClassName
{
color: #5C5047;
}
</style>
background-color css
<style>
a { background-color: #5C5047; }
a { background-color: rgb(92,80,71); }
div.DivClassName
{
background-color: #5C5047;
}
.BgClassName
{
background-color: #5C5047;
}
</style>
border-color css
<style>
span { border-color: #5C5047; }
span { border-color: rgb(92,80,71); }
td.TdClassName
{
border-color: #5C5047;
}
.TagClassName
{
border-color: #5C5047;
}
</style>