Shades of Cork #4C4A49
Tints of Cork #4C4A49
RGB
CMYK
RGB Variations
Color information
#4C4A49 (or 0x4C4A49) is known color: Cork. HEX triplet: 4C, 4A and 49. RGB value is (76,74,73). Sum of RGB (Red+Green+Blue) = 76+74+73=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A49 is #B3B5B6. Grayscale: #4A4A4A. Windows color (decimal): -11777463 or 4803148. OLE color: 4803148.
HSL color Cylindrical-coordinate representation of color #4C4A49: hue angle of 20º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4C4A49 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 74 | 73 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.70 |
| HSL | 20º | 0.02% | 0.29% | - |
| HSV(B) | 20º | 0.04% | 0.3% | - |
| XYZ | 6.63 | 6.92 | 7.29 | - |
| YUV | 74.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 73 | 0 | 0.03 | 0.04 | 0.70 | 20 | 0.02 | 0.29 |
| Hex | 4C | 4A | 49 | 0 | 3 | 4 | 46 | 14 | 2 | 1D |
| Octal | 114 | 112 | 111 | 0 | 3 | 4 | 106 | 24 | 2 | 35 |
| Binary | 1001100 | 1001010 | 1001001 | 0 | 11 | 100 | 1000110 | 10100 | 10 | 11101 |
Color Harmonies of #4C4A49
Complementary color
Monochromatic Colors of #4C4A49
Black with #4C4A49
Text Example
Text Example
White with #4C4A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A49; }
p { color: rgb(76,74,73); }
H1.HeaderClassName
{
color: #4C4A49;
}
.AnyTagClassName
{
color: #4C4A49;
}
</style>
background-color css
<style>
a { background-color: #4C4A49; }
a { background-color: rgb(76,74,73); }
div.DivClassName
{
background-color: #4C4A49;
}
.BgClassName
{
background-color: #4C4A49;
}
</style>
border-color css
<style>
span { border-color: #4C4A49; }
span { border-color: rgb(76,74,73); }
td.TdClassName
{
border-color: #4C4A49;
}
.TagClassName
{
border-color: #4C4A49;
}
</style>