#4F4641

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

Shades of Paco #4F4641

Tints of Paco #4F4641

Color information

#4F4641 (or 0x4F4641) is unknown color: approx Paco. HEX triplet: 4F, 46 and 41. RGB value is (79,70,65). Sum of RGB (Red+Green+Blue) = 79+70+65=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4641 is #B0B9BE. Grayscale: #484848. Windows color (decimal): -11581887 or 4277839. OLE color: 4277839.

HSL color Cylindrical-coordinate representation of color #4F4641: hue angle of 21.43º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F4641 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB797065-
CMYK00.110.180.69
HSL21.43º9.72%28.24%-
HSV(B)21.43º17.72%30.98%-
XYZ6.376.425.91-
YUV72.12123.98132.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.92%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 65 (25.78% from 255) = 30.37%
R=36.92%
G=32.71%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79706500.110.180.6921.439.7228.24
Hex4F46410B124515a1c
Octal11710610101322105251234
Binary1001111100011010000010101110010100010110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,70,65); }

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

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

 a { background-color: rgb(79,70,65); }

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

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

 span { border-color: rgb(79,70,65); }

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