#4F423D

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

Shades of Paco #4F423D

Tints of Paco #4F423D

Color information

#4F423D (or 0x4F423D) is unknown color: approx Paco. HEX triplet: 4F, 42 and 3D. RGB value is (79,66,61). Sum of RGB (Red+Green+Blue) = 79+66+61=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 79 - color contains mainly: red. Hex color #4F423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F423D is #B0BDC2. Grayscale: #454545. Windows color (decimal): -11582915 or 4014671. OLE color: 4014671.

HSL color Cylindrical-coordinate representation of color #4F423D: hue angle of 16.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F423D is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB796661-
CMYK00.160.230.69
HSL16.67º12.86%27.45%-
HSV(B)16.67º22.78%30.98%-
XYZ6.015.95.24-
YUV69.32123.31134.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.35%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 61 (24.22% from 255) = 29.61%
R=38.35%
G=32.04%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79666100.160.230.6916.6712.8627.45
Hex4F423D010174511d1b
Octal1171027502027105211533
Binary1001111100001011110101000010111100010110001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,66,61); }

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

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

 a { background-color: rgb(79,66,61); }

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

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

 span { border-color: rgb(79,66,61); }

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