#4F4640

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

Shades of Paco #4F4640

Tints of Paco #4F4640

Color information

#4F4640 (or 0x4F4640) is unknown color: approx Paco. HEX triplet: 4F, 46 and 40. RGB value is (79,70,64). Sum of RGB (Red+Green+Blue) = 79+70+64=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4640 is #B0B9BF. Grayscale: #484848. Windows color (decimal): -11581888 or 4212303. OLE color: 4212303.

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

Color convert

RGB797064-
CMYK00.110.190.69
HSL24º10.49%28.04%-
HSV(B)24º18.99%30.98%-
XYZ6.346.415.75-
YUV72.01123.48132.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.09%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=37.09%
G=32.86%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79706400.110.190.692410.4928.04
Hex4F46400B134518a1c
Octal11710610001323105301234
Binary1001111100011010000000101110011100010111000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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