#4F4844

Color #4F4844 Cork (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cork #4F4844

Tints of Cork #4F4844

Color information

#4F4844 (or 0x4F4844) is unknown color: approx Cork. HEX triplet: 4F, 48 and 44. RGB value is (79,72,68). Sum of RGB (Red+Green+Blue) = 79+72+68=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4844 is #B0B7BB. Grayscale: #494949. Windows color (decimal): -11581372 or 4474959. OLE color: 4474959.

HSL color Cylindrical-coordinate representation of color #4F4844: hue angle of 21.82º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4F4844 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB797268-
CMYK00.090.140.69
HSL21.82º7.48%28.82%-
HSV(B)21.82º13.92%30.98%-
XYZ6.596.716.42-
YUV73.64124.82131.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 36.07%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 68 (26.95% from 255) = 31.05%
R=36.07%
G=32.88%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79726800.090.140.6921.827.4828.82
Hex4F484409E451671d
Octal1171101040111610526735
Binary10011111001000100010001001111010001011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F4844; }

 p { color: rgb(79,72,68); }

 H1.HeaderClassName
 {
   color: #4F4844;
 }
 .AnyTagClassName
 {
   color: #4F4844;
 }
</style>
background-color css

<style>
 a { background-color: #4F4844; }

 a { background-color: rgb(79,72,68); }

 div.DivClassName
 {
   background-color: #4F4844;
 }
 .BgClassName
 {
   background-color: #4F4844;
 }
</style>
border-color css

<style>
 span { border-color: #4F4844; }

 span { border-color: rgb(79,72,68); }

 td.TdClassName
 {
   border-color: #4F4844;
 }
 .TagClassName
 {
   border-color: #4F4844;
 }
</style>