#4F423C

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

Shades of Paco #4F423C

Tints of Paco #4F423C

Color information

#4F423C (or 0x4F423C) is unknown color: approx Paco. HEX triplet: 4F, 42 and 3C. RGB value is (79,66,60). Sum of RGB (Red+Green+Blue) = 79+66+60=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 79 - color contains mainly: red. Hex color #4F423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F423C is #B0BDC3. Grayscale: #454545. Windows color (decimal): -11582916 or 3949135. OLE color: 3949135.

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

Color convert

RGB796660-
CMYK00.160.240.69
HSL18.95º13.67%27.25%-
HSV(B)18.95º24.05%30.98%-
XYZ5.995.885.1-
YUV69.2122.81134.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.54%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=38.54%
G=32.20%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79666000.160.240.6918.9513.6727.25
Hex4F423C010184513e1b
Octal1171027402030105231633
Binary1001111100001011110001000011000100010110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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