Shades of Cork #514C48
Tints of Cork #514C48
RGB
CMYK
RGB Variations
Color information
#514C48 (or 0x514C48) is known color: Cork. HEX triplet: 51, 4C and 48. RGB value is (81,76,72). Sum of RGB (Red+Green+Blue) = 81+76+72=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 81 - color contains mainly: red. Hex color #514C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C48 is #AEB3B7. Grayscale: #4D4D4D. Windows color (decimal): -11449272 or 4738129. OLE color: 4738129.
HSL color Cylindrical-coordinate representation of color #514C48: hue angle of 26.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #514C48 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
RGB | 81 | 76 | 72 | - |
CMYK | 0 | 0.06 | 0.11 | 0.68 |
HSL | 26.67º | 0.06% | 0.3% | - |
HSV(B) | 26.67º | 0.11% | 0.32% | - |
XYZ | 7.15 | 7.39 | 7.18 | - |
YUV | 77.04 | 125.16 | 130.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 76 | 72 | 0 | 0.06 | 0.11 | 0.68 | 26.67 | 0.06 | 0.3 |
Hex | 51 | 4C | 48 | 0 | 6 | B | 44 | 1B | 6 | 1E |
Octal | 121 | 114 | 110 | 0 | 6 | 13 | 104 | 33 | 6 | 36 |
Binary | 1010001 | 1001100 | 1001000 | 0 | 110 | 1011 | 1000100 | 11011 | 110 | 11110 |
Color Harmonies of #514C48
Complementary color
Monochromatic Colors of #514C48
Black with #514C48
Text Example
Text Example
White with #514C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C48; }
p { color: rgb(81,76,72); }
H1.HeaderClassName
{
color: #514C48;
}
.AnyTagClassName
{
color: #514C48;
}
</style>
background-color css
<style>
a { background-color: #514C48; }
a { background-color: rgb(81,76,72); }
div.DivClassName
{
background-color: #514C48;
}
.BgClassName
{
background-color: #514C48;
}
</style>
border-color css
<style>
span { border-color: #514C48; }
span { border-color: rgb(81,76,72); }
td.TdClassName
{
border-color: #514C48;
}
.TagClassName
{
border-color: #514C48;
}
</style>