#4F4A47

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

Shades of Cork #4F4A47

Tints of Cork #4F4A47

Color information

#4F4A47 (or 0x4F4A47) is unknown color: approx Cork. HEX triplet: 4F, 4A and 47. RGB value is (79,74,71). Sum of RGB (Red+Green+Blue) = 79+74+71=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A47 is #B0B5B8. Grayscale: #4B4B4B. Windows color (decimal): -11580857 or 4672079. OLE color: 4672079.

HSL color Cylindrical-coordinate representation of color #4F4A47: hue angle of 22.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F4A47 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB797471-
CMYK00.060.100.69
HSL22.5º5.33%29.41%-
HSV(B)22.5º10.13%30.98%-
XYZ6.817.016.96-
YUV75.15125.66130.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.27%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 71 (28.12% from 255) = 31.70%
R=35.27%
G=33.04%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79747100.060.100.6922.55.3329.41
Hex4F4A4706A451751d
Octal117112107061210527535
Binary1001111100101010001110110101010001011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,74,71); }

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

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

 a { background-color: rgb(79,74,71); }

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

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

 span { border-color: rgb(79,74,71); }

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