#4F3E34

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

Shades of Paco #4F3E34

Tints of Paco #4F3E34

Color information

#4F3E34 (or 0x4F3E34) is unknown color: approx Paco. HEX triplet: 4F, 3E and 34. RGB value is (79,62,52). Sum of RGB (Red+Green+Blue) = 79+62+52=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3E34 is #B0C1CB. Grayscale: #424242. Windows color (decimal): -11583948 or 3423823. OLE color: 3423823.

HSL color Cylindrical-coordinate representation of color #4F3E34: hue angle of 22.22º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F3E34 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB796252-
CMYK00.220.340.69
HSL22.22º20.61%25.69%-
HSV(B)22.22º34.18%30.98%-
XYZ5.575.363.99-
YUV65.94120.13137.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.93%
GREEN value IS 62 (24.61% from 255) = 32.12%
BLUE value IS 52 (20.70% from 255) = 26.94%
R=40.93%
G=32.12%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79625200.220.340.6922.2220.6125.69
Hex4F3E34016224516151a
Octal117766402642105262532
Binary10011111111101101000101101000101000101101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,62,52); }

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

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

 a { background-color: rgb(79,62,52); }

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

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

 span { border-color: rgb(79,62,52); }

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