Shades of Cork #504C49
Tints of Cork #504C49
RGB
CMYK
RGB Variations
Color information
#504C49 (or 0x504C49) is known color: Cork. HEX triplet: 50, 4C and 49. RGB value is (80,76,73). Sum of RGB (Red+Green+Blue) = 80+76+73=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 80 - color contains mainly: red. Hex color #504C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C49 is #AFB3B6. Grayscale: #4C4C4C. Windows color (decimal): -11514807 or 4803664. OLE color: 4803664.
HSL color Cylindrical-coordinate representation of color #504C49: hue angle of 25.71º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #504C49 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 76 | 73 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.69 |
| HSL | 25.71º | 0.05% | 0.3% | - |
| HSV(B) | 25.71º | 0.09% | 0.31% | - |
| XYZ | 7.1 | 7.36 | 7.35 | - |
| YUV | 76.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 73 | 0 | 0.05 | 0.09 | 0.69 | 25.71 | 0.05 | 0.3 |
| Hex | 50 | 4C | 49 | 0 | 5 | 9 | 45 | 1A | 5 | 1E |
| Octal | 120 | 114 | 111 | 0 | 5 | 11 | 105 | 32 | 5 | 36 |
| Binary | 1010000 | 1001100 | 1001001 | 0 | 101 | 1001 | 1000101 | 11010 | 101 | 11110 |
Color Harmonies of #504C49
Complementary color
Monochromatic Colors of #504C49
Black with #504C49
Text Example
Text Example
White with #504C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C49; }
p { color: rgb(80,76,73); }
H1.HeaderClassName
{
color: #504C49;
}
.AnyTagClassName
{
color: #504C49;
}
</style>
background-color css
<style>
a { background-color: #504C49; }
a { background-color: rgb(80,76,73); }
div.DivClassName
{
background-color: #504C49;
}
.BgClassName
{
background-color: #504C49;
}
</style>
border-color css
<style>
span { border-color: #504C49; }
span { border-color: rgb(80,76,73); }
td.TdClassName
{
border-color: #504C49;
}
.TagClassName
{
border-color: #504C49;
}
</style>