Shades of Cork #514D4A
Tints of Cork #514D4A
RGB
CMYK
RGB Variations
Color information
#514D4A (or 0x514D4A) is known color: Cork. HEX triplet: 51, 4D and 4A. RGB value is (81,77,74). Sum of RGB (Red+Green+Blue) = 81+77+74=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 81 - color contains mainly: red. Hex color #514D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D4A is #AEB2B5. Grayscale: #4D4D4D. Windows color (decimal): -11449014 or 4869457. OLE color: 4869457.
HSL color Cylindrical-coordinate representation of color #514D4A: hue angle of 25.71º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #514D4A is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 74 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.68 |
| HSL | 25.71º | 0.05% | 0.3% | - |
| HSV(B) | 25.71º | 0.09% | 0.32% | - |
| XYZ | 7.28 | 7.55 | 7.55 | - |
| YUV | 77.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 74 | 0 | 0.05 | 0.09 | 0.68 | 25.71 | 0.05 | 0.3 |
| Hex | 51 | 4D | 4A | 0 | 5 | 9 | 44 | 1A | 5 | 1E |
| Octal | 121 | 115 | 112 | 0 | 5 | 11 | 104 | 32 | 5 | 36 |
| Binary | 1010001 | 1001101 | 1001010 | 0 | 101 | 1001 | 1000100 | 11010 | 101 | 11110 |
Color Harmonies of #514D4A
Complementary color
Monochromatic Colors of #514D4A
Black with #514D4A
Text Example
Text Example
White with #514D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D4A; }
p { color: rgb(81,77,74); }
H1.HeaderClassName
{
color: #514D4A;
}
.AnyTagClassName
{
color: #514D4A;
}
</style>
background-color css
<style>
a { background-color: #514D4A; }
a { background-color: rgb(81,77,74); }
div.DivClassName
{
background-color: #514D4A;
}
.BgClassName
{
background-color: #514D4A;
}
</style>
border-color css
<style>
span { border-color: #514D4A; }
span { border-color: rgb(81,77,74); }
td.TdClassName
{
border-color: #514D4A;
}
.TagClassName
{
border-color: #514D4A;
}
</style>