#4F3D34

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

Shades of Paco #4F3D34

Tints of Paco #4F3D34

Color information

#4F3D34 (or 0x4F3D34) is unknown color: approx Paco. HEX triplet: 4F, 3D and 34. RGB value is (79,61,52). Sum of RGB (Red+Green+Blue) = 79+61+52=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3D34 is #B0C2CB. Grayscale: #414141. Windows color (decimal): -11584204 or 3423567. OLE color: 3423567.

HSL color Cylindrical-coordinate representation of color #4F3D34: hue angle of 20º 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 #4F3D34 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB796152-
CMYK00.230.340.69
HSL20º20.61%25.69%-
HSV(B)20º34.18%30.98%-
XYZ5.515.253.97-
YUV65.36120.46137.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.15%
GREEN value IS 61 (24.22% from 255) = 31.77%
BLUE value IS 52 (20.70% from 255) = 27.08%
R=41.15%
G=31.77%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79615200.230.340.692020.6125.69
Hex4F3D34017224514151a
Octal117756402742105242532
Binary10011111111011101000101111000101000101101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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