Shades of Cork #4E4743
Tints of Cork #4E4743
RGB
CMYK
RGB Variations
Color information
#4E4743 (or 0x4E4743) is known color: Cork. HEX triplet: 4E, 47 and 43. RGB value is (78,71,67). Sum of RGB (Red+Green+Blue) = 78+71+67=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4743 is #B1B8BC. Grayscale: #484848. Windows color (decimal): -11647165 or 4409166. OLE color: 4409166.
HSL color Cylindrical-coordinate representation of color #4E4743: hue angle of 21.82º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4E4743 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 71 | 67 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.69 |
| HSL | 21.82º | 0.08% | 0.28% | - |
| HSV(B) | 21.82º | 0.14% | 0.31% | - |
| XYZ | 6.41 | 6.53 | 6.23 | - |
| YUV | 72.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 67 | 0 | 0.09 | 0.14 | 0.69 | 21.82 | 0.08 | 0.28 |
| Hex | 4E | 47 | 43 | 0 | 9 | E | 45 | 16 | 8 | 1C |
| Octal | 116 | 107 | 103 | 0 | 11 | 16 | 105 | 26 | 10 | 34 |
| Binary | 1001110 | 1000111 | 1000011 | 0 | 1001 | 1110 | 1000101 | 10110 | 1000 | 11100 |
Color Harmonies of #4E4743
Complementary color
Monochromatic Colors of #4E4743
Black with #4E4743
Text Example
Text Example
White with #4E4743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4743; }
p { color: rgb(78,71,67); }
H1.HeaderClassName
{
color: #4E4743;
}
.AnyTagClassName
{
color: #4E4743;
}
</style>
background-color css
<style>
a { background-color: #4E4743; }
a { background-color: rgb(78,71,67); }
div.DivClassName
{
background-color: #4E4743;
}
.BgClassName
{
background-color: #4E4743;
}
</style>
border-color css
<style>
span { border-color: #4E4743; }
span { border-color: rgb(78,71,67); }
td.TdClassName
{
border-color: #4E4743;
}
.TagClassName
{
border-color: #4E4743;
}
</style>